Skip to content

Commit

Permalink
doc: Update for RTD settings
Browse files Browse the repository at this point in the history
- Use dirhtml
- Adjust latest format
  • Loading branch information
attakei committed Jul 30, 2022
1 parent 87bd42f commit 0440aee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
version: 2

build:
os: 'ubuntu-22.04'
tools:
python: '3.10'

# Build documentation in the doc/ directory with Sphinx
sphinx:
configuration: doc/conf.py
builder: dirhtml

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3
install:
- method: pip
path: .

0 comments on commit 0440aee

Please sign in to comment.