There was an error while loading. Please reload this page.
1 parent be42197 commit b4cf7c5Copy full SHA for b4cf7c5
1 file changed
docs/conf.py
@@ -73,7 +73,7 @@
73
74
# List of patterns, relative to source directory, that match files and
75
# directories to ignore when looking for source files.
76
-exclude_patterns = ["_build"]
+exclude_patterns = ["_build", ".venv", "venv"]
77
78
# The reST default role (used for this markup: `text`) to use for all documents.
79
# default_role = None
@@ -104,10 +104,7 @@
104
# The theme to use for HTML and HTML Help pages. See the documentation for
105
# a list of builtin themes.
106
107
-import sphinx_rtd_theme
108
-
109
html_theme = "sphinx_rtd_theme"
110
-html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
111
112
# Theme options are theme-specific and customize the look and feel of a theme
113
# further. For a list of options available for each theme, see the
0 commit comments