Skip to content

Commit

Permalink
sphinx/rtd: Switch from PDJ to Material theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
synrg committed Mar 17, 2024
1 parent 1b1c30d commit 013aabf
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 10 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"sphinx.ext.viewcode",
"sphinx.ext.doctest",
"sphinx.ext.imgconverter",
"sphinx_pdj_theme",
# "sphinxcontrib_trio",
]

Expand All @@ -55,7 +54,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "sphinx_pdj_theme"
html_theme = "sphinx_material"

# 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,
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Sphinx==5.3.0
sphinx-pdj-theme==0.4.0
sphinx-material==0.0.36
167 changes: 161 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pytest-asyncio = "^0.20.3"

[tool.poetry.group.docs.dependencies]
sphinx = "^5.1.1"
sphinx-pdj-theme = "^0.4.0"
sphinx-material = "^0.0.36"
sphinxcontrib_trio = "^1.1.2"

[build-system]
Expand Down

0 comments on commit 013aabf

Please sign in to comment.