Skip to content

Commit

Permalink
changed theme to classic, as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianOBlanton committed Dec 6, 2023
1 parent 8003623 commit a58a5f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = source
BUILDDIR = build
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]
html_theme = "classic" # "sphinx_rtd_theme" # "classic"
html_static_path = []

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True

0 comments on commit a58a5f4

Please sign in to comment.