Skip to content

Commit bcfc996

Browse files
committed
Add sphinx and theme to requirements
Also create a symlink for docs/source/SPARQLWrapper-250.png so it is valid from README.rst and from sphinx.
1 parent db695a5 commit bcfc996

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

docs/requirements.docs.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx<5
2+
sphinx-rtd-theme
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../SPARQLWrapper-250.png

requirements.development.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ mypy>=0.931
33
pandas-stubs>=1.2.0.48
44
-r requirements.optional.txt
55
-r requirements.txt
6+
-r docs/requirements.docs.txt

setup.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ pandas =
5353
pandas>=1.3.5
5454
keepalive =
5555
keepalive>=0.5
56+
docs =
57+
sphinx < 5
58+
sphinx-rtd-theme
5659

5760
[options.entry_points]
5861
console_scripts =

0 commit comments

Comments
 (0)