Skip to content

Commit

Permalink
Merge pull request #379 from mkelley/rtd-dirty-index-2023.06
Browse files Browse the repository at this point in the history
Avoid a dirty git index with readthedocs
  • Loading branch information
mkelley authored Jun 30, 2023
2 parents 39b0c3c + 7d79b67 commit 8aacf39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ distribute-*.tar.gz
*py#
.firebase
.tmp
coverage.xml

# Mac OSX
.DS_Store
Expand Down
7 changes: 5 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: "3.9"
python: "3.10"
apt_packages:
- graphviz
jobs:
pre_install:
- git update-index --assume-unchanged docs/conf.py

sphinx:
builder: html
Expand All @@ -26,4 +29,4 @@ python:
- all

# Don't build any extra formats
formats: []
formats: []

0 comments on commit 8aacf39

Please sign in to comment.