Skip to content

Commit

Permalink
Update readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
prihoda committed Aug 23, 2024
1 parent 58c3b20 commit 5038d60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
version: 2

build:
os: ubuntu-22.04

conda:
environment: docs/environment.yml

python:
version: 3.7
version: 3.8
install:
- method: pip
path: .
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ jupyter-test: examples/AbNumber_getting_started.ipynb

unit-test:
pytest test

# To update Docs, log in to ReadTheDocs and run the build: https://readthedocs.org/projects/abnumber/

0 comments on commit 5038d60

Please sign in to comment.