forked from TeamCOMPAS/COMPAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request TeamCOMPAS#1118 from TeamCOMPAS/docs
Trying to get the online docs to build
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|