Skip to content

Commit 6e065ae

Browse files
committed
Move docs to use .venv for virtualenv
1 parent ec6c9b3 commit 6e065ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ def _get_version() -> str:
4848
# List of patterns, relative to source directory, that match files and
4949
# directories to ignore when looking for source files.
5050
exclude_patterns = [
51+
".venv",
5152
"_build",
52-
"venv",
5353
]
5454

5555
# -- Options for HTML output -------------------------------------------

0 commit comments

Comments
 (0)