Skip to content
Snippets Groups Projects
Commit 45b610dc authored by dilawar's avatar dilawar :ant:
Browse files

Merge branch 'enable_readthedocs' into 'main'

feat: adds https://docs.readthedocs.io/en/stable/config-file/v2.html

See merge request !7
parents 19142044 c94ec5ca
No related branches found
No related tags found
1 merge request!7feat: adds https://docs.readthedocs.io/en/stable/config-file/v2.html
Pipeline #3810 passed with stages
in 4 minutes and 46 seconds
......@@ -15,7 +15,7 @@ build:
- python3 -m pip install poetry --upgrade
- make ci
deploy:
pypi:
stage: deploy
tags:
- linux
......
# Required
version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.9"
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment