Skip to content

Commit

Permalink
Update .readthedocs.yml (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
LongxingTan committed Jun 24, 2023
1 parent 5e4223f commit e59f208
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
# reference: https://docs.readthedocs.io/en/stable/config-file/v2.html#sphinx
sphinx:
configuration: docs/source/conf.py
fail_on_warning: false

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

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

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: docs/requirements_docs.txt

0 comments on commit e59f208

Please sign in to comment.