Skip to content

Commit

Permalink
added readthedocs config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Aug 7, 2023
1 parent e460f82 commit cfb7c1f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

build:
image: latest

# Build all formats
formats: []

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

# Optionally set the version of Python and requirements required to build your docs
python:
version: "3.8"
install:
- requirements: requirements/docs-requirements.txt
- requirements: requirements/requirements.txt
- requirements: requirements/requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
-r ../requirements.dev.txt
django>=3.0
commonmark==0.9.1
docutils==0.16
Expand Down

0 comments on commit cfb7c1f

Please sign in to comment.