Skip to content

Commit

Permalink
add .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TiansuYu committed Apr 5, 2022
1 parent fe134b1 commit a924e77
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.8"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements.txt
2 changes: 1 addition & 1 deletion requirements.dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pytest-xdist
Sphinx<4.0.0
sphinx_versions
sphinx_rtd_theme
sphinx-autoapi
wandb
mlflow
pre-commit==2.16.0
sphinx-autoapi

0 comments on commit a924e77

Please sign in to comment.