docs: Fix generation of static website
Bare minimum syntax errors and requirements constraints to work with Netlify hosting.pull/1026/head
parent
85f9261c9a
commit
6aa4fd3573
@ -1,3 +1,6 @@
|
||||
docutils<0.18
|
||||
Jinja2<3
|
||||
MarkupSafe<2.1
|
||||
Sphinx==2.1.2; python_version > '3.0'
|
||||
sphinxcontrib-programoutput==0.14; python_version > '3.0'
|
||||
alabaster==0.7.10; python_version > '3.0'
|
||||
|
Loading…
Reference in New Issue