Skip to content

Commit

Permalink
Keep old versions building smoothly
Browse files Browse the repository at this point in the history
* Pin alabaster dependency to working version
* Use .readthedocs.yaml v2
  • Loading branch information
jonels-msft committed Jul 13, 2023
1 parent def8386 commit e835d5e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2

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

sphinx:
configuration: conf.py

python:
install:
- requirements: requirements.txt
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Sphinx < 1.5.0
docutils < 0.13.1
sphinx_rtd_theme == 0.5.2
alabaster == 0.7.12

0 comments on commit e835d5e

Please sign in to comment.