Ver código fonte

Fix issue with read the docs due to: https://github.yuuza.net/sphinx-doc/sphinx/issues/9727

Nuwan Goonasekera 4 anos atrás
pai
commit
f3fb8e1878
2 arquivos alterados com 8 adições e 0 exclusões
  1. 5 0
      .readthedocs.yaml
  2. 3 0
      docs/requirements.txt

+ 5 - 0
.readthedocs.yaml

@@ -0,0 +1,5 @@
+version: 2
+
+python:
+   install:
+   - requirements: docs/requirements.txt

+ 3 - 0
docs/requirements.txt

@@ -0,0 +1,3 @@
+# https://github.yuuza.net/sphinx-doc/sphinx/issues/9727
+sphinx>=4.2.0
+sphinx_rtd_theme>=1.0.0