Skip to content

Commit

Permalink
Updated the readthedocs again
Browse files Browse the repository at this point in the history
  • Loading branch information
VisLab committed Sep 10, 2023
1 parent ba955c3 commit e437bb0
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,37 @@ node_modules
.directory
.idea
dist/
/venv/

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
tests/scratch
docs/_build
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ formats:
- pdf

build:
os: ubuntu-22.04
os: 'ubuntu-22.04'
tools:
python: '3.7'
nodejs: '18'
Expand Down

0 comments on commit e437bb0

Please sign in to comment.