Skip to content

Commit

Permalink
Get onto Read the Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
c-randall committed Nov 11, 2024
1 parent 5204d3f commit fb07172
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: latest
python: miniconda-latest

# Conda environment to install local thevenin
conda:
environment: environments/rtd_environment.yml

# Location of sphinx configuration file
sphinx:
Expand Down
9 changes: 9 additions & 0 deletions environments/rtd_environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: thevenin
channels:
- conda-forge
- defaults
dependencies:
- python=3.12
- pip>=24.3
- pip:
- ../.[docs]

0 comments on commit fb07172

Please sign in to comment.