We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6eb2b56 + 8135cb3 commit a054edaCopy full SHA for a054eda
.readthedocs.yaml
@@ -0,0 +1,17 @@
1
+# Configuration on how ReadTheDocs (RTD) builds our documentation
2
+# ref: https://readthedocs.org/projects/jupyterhub-ssh/
3
+# ref: https://docs.readthedocs.io/en/stable/config-file/v2.html
4
+#
5
+version: 2
6
+
7
+sphinx:
8
+ configuration: docs/source/conf.py
9
10
+build:
11
+ os: ubuntu-22.04
12
+ tools:
13
+ python: "3.11"
14
15
+python:
16
+ install:
17
+ - requirements: docs/requirements.txt
.readthedocs.yml
docs/requirements.txt
@@ -1,5 +1,4 @@
autodoc-traits
-myst_parser[sphinx]
-sphinx<3
+myst_parser
sphinx-book-theme
sphinx-copybutton
0 commit comments