Skip to content

Commit

Permalink
Update readthedocs configuration (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Sep 30, 2023
1 parent 5aba752 commit 5f9051b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 10 deletions.
27 changes: 27 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# .readthedocs.yml

# Required
version: 2

sphinx:
configuration: docs/source/conf.py

build:
os: ubuntu-22.04
apt_packages:
- graphviz
tools:
python: "3.8"

python:
install:
- method: pip
path: .
extra_requirements:
- docs
- method: setuptools
path: .

formats:
- htmlzip
- epub
10 changes: 0 additions & 10 deletions readthedocs.yml

This file was deleted.

0 comments on commit 5f9051b

Please sign in to comment.