Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
furo==2025.9.25
myst-parser==4.0.1
Sphinx==8.2.3
sphinxext-opengraph[social-cards]==0.12.0
9 changes: 2 additions & 7 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,15 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'theme'

html_theme_path = ['_themes']
html_theme = 'furo'

html_title = 'PyCon JP Association'

html_last_updated_fmt = '%Y-%m-%d'

html_show_copyright = False

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_logo = "_static/pyconjp_logo.png"

html_favicon = '_static/favicon.png'

Expand Down