Skip to content

Commit

Permalink
Merge pull request TeamCOMPAS#1118 from TeamCOMPAS/docs
Browse files Browse the repository at this point in the history
Trying to get the online docs to build
  • Loading branch information
ilyamandel authored May 9, 2024
2 parents 62b3d6a + 46a646b commit bcac19f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions online-docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 1

build:
os: "ubuntu-20.04"
tools:
python: "3.12"

# Build from the docs/ directory with Sphinx
sphinx:
configuration: conf.py

# Explicitly set the version of Python and its requirements
python:
install:
- requirements: requirements.txt
5 changes: 5 additions & 0 deletions online-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Defining the exact version will make sure things don't break
sphinx==7.0.1
sphinx_rtd_theme==1.2.2
readthedocs-sphinx-search==0.1.1

0 comments on commit bcac19f

Please sign in to comment.