Skip to content

Commit

Permalink
docs: switch to htmlzip instead of pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliacomi committed Feb 23, 2022
1 parent 76b5254 commit b0752aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sphinx:

# Sphinx additional formats
formats:
- pdf
- htmlzip

# Optionally declare the Python requirements required to build your docs
python:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def __getattr__(cls, name):
from pkg_resources import get_distribution as imp_version
version = release = imp_version("pygaps").version

print("Version defined as ", version)
print(project, " version defined as ", version)

# Needed for jupyter notebook compilation by nbsphinx
exclude_patterns = [
Expand Down

0 comments on commit b0752aa

Please sign in to comment.