Skip to content

Commit

Permalink
added readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Jun 27, 2023
1 parent 96a20e7 commit 776483c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Read the Docs configuration file for MkDocs projects
# 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-22.04
tools:
python: "3.11"

mkdocs:
configuration: mkdocs.yml

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements/requirements-doc.txt
4 changes: 2 additions & 2 deletions requirements/requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ markdown-include
mkdocs>=1.0
https://github.com/pepkit/pipestat/archive/refs/heads/master.zip
pydoc-markdown
versioneer
Cython
# versioneer
# Cython

0 comments on commit 776483c

Please sign in to comment.