summaryrefslogtreecommitdiff
path: root/api-docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2021-09-30 14:11:28 -0400
committerJordan Wiens <jordan@psifertex.com>2021-09-30 14:11:28 -0400
commit0697899324fb41d92cc1179a7b0035abdf0bb4a3 (patch)
tree7ae9c2ea8886750bf5379854fcb84a73b3053c3f /api-docs
parente908f63a0dd96927b9607a7d9f859281d183e33e (diff)
remove sphinx submodule
Diffstat (limited to 'api-docs')
-rw-r--r--api-docs/cppdocs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-docs/cppdocs/conf.py b/api-docs/cppdocs/conf.py
index 5ec65cef..7cfeedeb 100644
--- a/api-docs/cppdocs/conf.py
+++ b/api-docs/cppdocs/conf.py
@@ -113,8 +113,8 @@ todo_include_todos = False
# 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_path = [os.path.join(os.path.abspath("."), "..", "..", "sphinx_rtd_theme")]
+html_theme = 'sphinx_rtd'
+html_theme_path = [os.path.join(os.path.abspath("."), "..", "..")]
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the