Skip to content

Commit

Permalink
Fix read the docs
Browse files Browse the repository at this point in the history
Adding requirements.txt

Trying another python version

Adding sphinx to dependencies

Trying a bit more with requirements
  • Loading branch information
ckittl committed Nov 12, 2021
1 parent f32fb27 commit 54fea7d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yaml
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.9"

# Configure python
python:
install:
- requirements: docs/readthedocs/requirements.txt

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/readthedocs/conf.py
4 changes: 4 additions & 0 deletions docs/readthedocs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
commonmark==0.9.1
recommonmark==0.7.1
Sphinx==4.2.0
sphinx-rtd-theme==1.0.0

0 comments on commit 54fea7d

Please sign in to comment.