Skip to content

Commit eb22d13

Browse files
committed
Moves doc dependencies to docs/requirements.txt
1 parent f6f9e27 commit eb22d13

File tree

5 files changed

+8
-217
lines changed

5 files changed

+8
-217
lines changed

.readthedocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ sphinx:
3030
# Optional but recommended, declare the Python requirements required
3131
# to build your documentation
3232
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
33-
# python:
34-
# install:
35-
# - requirements: docs/requirements.txt
33+
python:
34+
install:
35+
- requirements: docs/requirements.txt

Pipfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ rope = "*"
1111
mygeotab = {editable = true,path = "."}
1212
mypy = "*"
1313
pytest-asyncio = "*"
14-
sphinx = "*"
15-
furo = "*"
1614
black = {extras = ["jupyter"], version = "*"}
1715
requests-mock = "*"
1816
pytest-datadir = "*"
@@ -23,7 +21,6 @@ types-requests = "*"
2321
types-pytz = "*"
2422
types-setuptools = "*"
2523
ruff = "*"
26-
sphinx-copybutton = "*"
2724

2825
[packages]
2926
mygeotab = {editable = true, path = "."}

Pipfile.lock

Lines changed: 1 addition & 210 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import os
1717
import datetime
1818
import mygeotab
19-
import sphinx_rtd_theme
2019

2120
# If extensions (or modules to document with autodoc) are in another directory,
2221
# add these directories to sys.path here. If the directory is relative to the

docs/requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-e .
2+
furo==2024.1.29
3+
sphinx==7.2.6
4+
sphinx-copybutton==0.5.2

0 commit comments

Comments
 (0)