Skip to content

Commit

Permalink
doc: Use Fro theme
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Mar 23, 2024
1 parent 08b51dd commit b629817
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

# -- Options for HTML output
html_theme = "alabaster"
html_theme = "furo"
html_static_path = ["_static"]
html_title = f"{project} v{release}"

# -- Options for extensions
# sphinx.ext.todo
todo_include_todos = True
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dev-dependencies = [
"esbonio~=0.16.4",
"sphinx-tabs~=3.4.5",
"sphinx-autobuild~=2021.3.14",
"furo~=2024.1.29",
]

[tool.rye.scripts]
Expand Down
10 changes: 10 additions & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ attrs==23.2.0
# via lsprotocol
babel==2.14.0
# via sphinx
beautifulsoup4==4.12.3
# via furo
cattrs==23.2.3
# via lsprotocol
# via pygls
Expand All @@ -31,6 +33,7 @@ esbonio==0.16.4
exceptiongroup==1.2.0
# via cattrs
# via pytest
furo==2024.1.29
idna==3.6
# via requests
imagesize==1.4.1
Expand All @@ -57,6 +60,7 @@ pluggy==1.4.0
pygls==1.3.0
# via esbonio
pygments==2.17.2
# via furo
# via sphinx
# via sphinx-tabs
pyspellchecker==0.8.1
Expand All @@ -70,12 +74,18 @@ six==1.16.0
# via livereload
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.1.2
# via atsphinx-mini18n
# via esbonio
# via furo
# via sphinx-autobuild
# via sphinx-basic-ng
# via sphinx-tabs
sphinx-autobuild==2021.3.14
sphinx-basic-ng==1.0.0b2
# via furo
sphinx-tabs==3.4.5
sphinxcontrib-applehelp==1.0.4
# via sphinx
Expand Down

0 comments on commit b629817

Please sign in to comment.