Skip to content

Commit a18a0d1

Browse files
committed
Relocated custom sphinx git ignore rules
1 parent 80aa5a1 commit a18a0d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ instance/
7676
.scrapy
7777

7878
# Sphinx documentation
79-
docs/html/
8079
docs/_build/
81-
docs/source/_build/
8280

8381
# PyBuilder
8482
target/
@@ -154,5 +152,7 @@ conda_packages
154152
# Editors
155153
.vscode/
156154

157-
# dynamically generated docs
155+
# Sphinx documentation
156+
docs/html/
157+
docs/source/_build/
158158
docs/source/components.rst

0 commit comments

Comments
 (0)