Skip to content

Commit 8acbd17

Browse files
authored
Merge pull request #1055 from sigmavirus24/fix-up-docs-publishing
Fix up ReadTheDocs publishing
2 parents 535eb22 + 01aed80 commit 8acbd17

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)