Skip to content

Commit b4cf7c5

Browse files
Fix issues with building docs.
1 parent be42197 commit b4cf7c5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
# List of patterns, relative to source directory, that match files and
7575
# directories to ignore when looking for source files.
76-
exclude_patterns = ["_build"]
76+
exclude_patterns = ["_build", ".venv", "venv"]
7777

7878
# The reST default role (used for this markup: `text`) to use for all documents.
7979
# default_role = None
@@ -104,10 +104,7 @@
104104
# The theme to use for HTML and HTML Help pages. See the documentation for
105105
# a list of builtin themes.
106106

107-
import sphinx_rtd_theme
108-
109107
html_theme = "sphinx_rtd_theme"
110-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
111108

112109
# Theme options are theme-specific and customize the look and feel of a theme
113110
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)