Skip to content

Commit a054eda

Browse files
authored
Merge pull request #82 from consideRatio/pr/refresh-rtd-config
Update RTD config (build.os has become required)
2 parents 6eb2b56 + 8135cb3 commit a054eda

File tree

3 files changed

+18
-30
lines changed

3 files changed

+18
-30
lines changed

.readthedocs.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
autodoc-traits
2-
myst_parser[sphinx]
3-
sphinx<3
2+
myst_parser
43
sphinx-book-theme
54
sphinx-copybutton

0 commit comments

Comments
 (0)