Skip to content

Commit

Permalink
Adding missing environment.yml file.
Browse files Browse the repository at this point in the history
(And fixing the Makefile.)

Signed-off-by: Tim 'mithro' Ansell <[email protected]>
  • Loading branch information
mithro committed Mar 17, 2024
1 parent 5847fcc commit 24a2d64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
./env/Miniconda3-latest-Linux-x86_64.sh -p $(PWD)/env -b -f
source env/bin/activate; conda config --system --add envs_dirs $(PWD)/env/envs
source env/bin/activate; conda config --system --add pkgs_dirs $(PWD)/env/pkgs
source env/bin/activate; conda env update --name base --file ../environment.yml
source env/bin/activate; conda env update --name base --file $(PWD)/environment.yml

.PHONY: env

Expand Down
8 changes: 8 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: sphinx_f4pga_theme
channels:
- defaults
dependencies:
- python
- pip
- pip:
- -r requirements.txt

0 comments on commit 24a2d64

Please sign in to comment.