Skip to content

Commit

Permalink
Merge pull request #111 from ihuicatl/build_docs
Browse files Browse the repository at this point in the history
Update requirements to build docs
  • Loading branch information
hbcarlos authored Jul 28, 2022
2 parents 59892d5 + 90b9866 commit 0efe272
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,19 @@
# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: '3.9'
# You can also specify other tool versions:
nodejs: "15"
# rust: "1.55"
# golang: "1.17"

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

# Build documentation with MkDocs
Expand All @@ -18,5 +29,6 @@ formats: all

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
myst_parser==0.18.0
sphinx

0 comments on commit 0efe272

Please sign in to comment.