Skip to content
Snippets Groups Projects
Commit 8eb47439 authored by TGermain's avatar TGermain
Browse files

build rtd try 3

parent 75f67ad6
No related branches found
No related tags found
No related merge requests found
# readthedocs.yaml
# RTD configuration file
# .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-22.04
tools:
python: "3.7"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: rtd/source/conf.py
configuration: rtd/source/conf.py
# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
# - pdf
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: rtd/requirements.txt
- method: pip
path: .
......@@ -3,3 +3,4 @@ sphinx==4.5.0
sphinx_rtd_theme==1.1.1
readthedocs-sphinx-search==0.1.1
sphinx-math-dollar==1.2.1
myst_parser==0.18.1
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