Skip to content

Commit 87b757e

Browse files
committed
Relocated custom sphinx gitignore rules
1 parent 75813a5 commit 87b757e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 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/
@@ -148,5 +146,7 @@ dmypy.json
148146
conda_build/
149147
conda_packages/
150148

151-
# dynamically generated docs
152-
docs/source/component_docs.rst
149+
# Sphinx documentation
150+
docs/html/
151+
docs/source/_build/
152+
docs/source/components.rst

0 commit comments

Comments
 (0)