Skip to content

Commit 0515f7b

Browse files
Added sphinx_rtd_theme to extensions.
1 parent 279d2dd commit 0515f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# Add any Sphinx extension module names here, as strings. They can be extensions
2323
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
24-
extensions = ["table_with_summary", "oracle_deprecated"]
24+
extensions = ["table_with_summary", "oracle_deprecated", 'sphinx_rtd_theme']
2525

2626
# Add any paths that contain templates here, relative to this directory.
2727
templates_path = ['.templates']

0 commit comments

Comments
 (0)