Skip to content

Commit

Permalink
Switch to newer version of sphinx and sphinx theme
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Jul 19, 2024
1 parent 0ddc395 commit 5028000
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "sphinx_rtd_theme"
html_theme = "alabaster"

# 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/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Undate documentation


.. toctree::
:maxdepth: 3
:maxdepth: 2
:caption: Contents:

readme
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ classifiers = [

[project.optional-dependencies]
docs = [
"sphinx<7.0.0",
"sphinx_rtd_theme",
"sphinx<=7.0.0",
"alabaster",
"m2r2",
"setuptools" # required for sphinx to load m2r2 as an extension
]
Expand Down

0 comments on commit 5028000

Please sign in to comment.