Skip to content

Commit 01aed80

Browse files
committed
Fix up ReadTheDocs publishing
Closes #1054 Related to sphinx-doc/sphinx#9788 Related to readthedocs/readthedocs.org#8616
1 parent 535eb22 commit 01aed80

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/source/api-reference/projects.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
========================================
2-
Projectss and their Associated Objects
3-
========================================
1+
=======================================
2+
Projects and their Associated Objects
3+
=======================================
44

55
This section of the documentation covers the representations of various
66
objects related to the `Projects API`_.

docs/source/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx>=4.2.0
2+
docutils!=0.18

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ commands =
9494

9595
[testenv:docs]
9696
deps =
97-
sphinx >= 4.2.0
97+
-rdocs/source/requirements.txt
9898
sphinx_rtd_theme
9999
twine >= 3.4.2
100100
.

0 commit comments

Comments
 (0)