Skip to content

Commit

Permalink
#1 Work in progress:
Browse files Browse the repository at this point in the history
- Fix documentation
  • Loading branch information
FABallemand committed Oct 28, 2023
1 parent 2cb67ed commit adfecb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ build:
os: ubuntu-22.04
tools:
python: "3.9"
jobs:
post_create_environment:
- python -m pip install sphinx_rtd_theme

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
'basemap',
'gmplot',
'folium',
'pytest',
'sphinx_rtd_theme'
'pytest'
],
setup_requires=['pytest-runner'],
tests_require=['pytest'],
Expand Down

0 comments on commit adfecb4

Please sign in to comment.