Skip to content

Commit d2fcee1

Browse files
authored
Merge pull request #146 from TTWShell/bugfix/doc-deps
fix deps of doc build
2 parents 9bf2b74 + cf83469 commit d2fcee1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Flask-Sphinx-Themes==1.0.2
2-
recommonmark==0.4.0
3-
Sphinx==2.0.1
4-
sphinx-autobuild==0.7.1
5-
MarkupSafe==2.0.1
1+
Flask-Sphinx-Themes
2+
recommonmark
3+
Sphinx>=5.0
4+
sphinx-autobuild
5+
MarkupSafe>=2.0.1

0 commit comments

Comments
 (0)