Skip to content

Commit 382f049

Browse files
committed
separated docs requirements
1 parent 5c768f5 commit 382f049

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.readthedocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 2
77

88
# Build documentation in the docs/ directory with Sphinx
99
sphinx:
10-
configuration: docs/conf.py
10+
configuration: ./docs/conf.py
1111

1212
# Optionally build your docs in additional formats such as PDF
1313
formats:
@@ -17,4 +17,6 @@ formats:
1717
python:
1818
version: 3.7
1919
install:
20-
- requirements: requirements-dev.txt
20+
- requirements: ./docs/requirements.txt
21+
- method: pip
22+
path: .

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx
2+
sphinx_rtd_theme

requirements-dev.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ geopandas
77
pep8-naming
88
pre-commit
99
pytest
10-
sphinx
11-
sphinx_rtd_theme

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test = pytest
1717

1818
[tool:pytest]
1919
addopts =
20-
--ignore examples
20+
--ignore notebooks
2121
--ignore build_tools
2222
--disable-pytest-warnings
2323
--capture sys

0 commit comments

Comments
 (0)