Skip to content

Commit

Permalink
Merge pull request #82 from consideRatio/pr/refresh-rtd-config
Browse files Browse the repository at this point in the history
Update RTD config (build.os has become required)
  • Loading branch information
yuvipanda authored Sep 19, 2023
2 parents 6eb2b56 + 8135cb3 commit a054eda
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 30 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Configuration on how ReadTheDocs (RTD) builds our documentation
# ref: https://readthedocs.org/projects/jupyterhub-ssh/
# ref: https://docs.readthedocs.io/en/stable/config-file/v2.html
#
version: 2

sphinx:
configuration: docs/source/conf.py

build:
os: ubuntu-22.04
tools:
python: "3.11"

python:
install:
- requirements: docs/requirements.txt
28 changes: 0 additions & 28 deletions .readthedocs.yml

This file was deleted.

3 changes: 1 addition & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
autodoc-traits
myst_parser[sphinx]
sphinx<3
myst_parser
sphinx-book-theme
sphinx-copybutton

0 comments on commit a054eda

Please sign in to comment.