Skip to content

Commit

Permalink
Bump sphinx and sphinx rtd theme (#53)
Browse files Browse the repository at this point in the history
Add netlify preview
  • Loading branch information
Mariatta committed Feb 29, 2020
1 parent 9433bdd commit 2fff3f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build]
publish = "./docs/_build/html"
command = "sphinx-build -b html -d ./docs/_build/doctrees ./docs ./docs/_build/html"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Sphinx==1.2.2
sphinx-rtd-theme==0.1.5
Sphinx==2.4.3
sphinx-rtd-theme==0.4.3
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.7

0 comments on commit 2fff3f1

Please sign in to comment.