Skip to content
Snippets Groups Projects
Commit 4c63e0fc authored by Ian Bell's avatar Ian Bell
Browse files

Maybe this helps?

parent 1e87ed6d
No related branches found
No related tags found
No related merge requests found
...@@ -9,10 +9,10 @@ conda: ...@@ -9,10 +9,10 @@ conda:
environment: doc/environment.yml environment: doc/environment.yml
# Set the version of Python and other tools you might need # Set the version of Python and other tools you might need
build: # build:
os: ubuntu-20.04 # os: ubuntu-20.04
tools: # tools:
python: "3.10" # python: "3.10"
# You can also specify other tool versions: # You can also specify other tool versions:
# nodejs: "16" # nodejs: "16"
# rust: "1.55" # rust: "1.55"
...@@ -30,3 +30,10 @@ sphinx: ...@@ -30,3 +30,10 @@ sphinx:
#python: #python:
# install: # install:
# - requirements: doc/requirements.txt # - requirements: doc/requirements.txt
# This part is necessary otherwise the project is not built
python:
version: 3.10
install:
- method: pip
path: .
\ No newline at end of file
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