Skip to content

Commit

Permalink
Merge pull request #495 from hakonanes/fix-latex-build-pin-nbconvert
Browse files Browse the repository at this point in the history
0.12.1.post0: pin nbconvert to fix docs
  • Loading branch information
hakonanes committed Apr 25, 2024
2 parents ae09ee1 + 5271d01 commit bc13474
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ clean:
rm -rf $(BUILDDIR)
rm -rf $(SOURCEDIR)/examples
rm -rf $(SOURCEDIR)/reference/generated
rm sg_execution_times.rst

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
Expand Down
2 changes: 1 addition & 1 deletion orix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__name__ = "orix"
__version__ = "0.12.1"
__version__ = "0.12.1.post0"
__author__ = "orix developers"
__author_email__ = "[email protected]"
__description__ = "orix is an open-source Python library for handling crystal orientation mapping data."
Expand Down
2 changes: 1 addition & 1 deletion readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build:
# Doc formats
formats:
- htmlzip
# - pdf
- pdf

conda:
environment: doc/environment.yml
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"doc": [
"ipykernel", # Used by nbsphinx to execute notebooks
"memory_profiler",
# TODO: Remove nbconvert pin once
# https://github.com/pyxem/orix/issues/494 is resolved
"nbconvert < 7.14",
"nbsphinx >= 0.7",
"numpydoc",
"pydata-sphinx-theme",
Expand Down

0 comments on commit bc13474

Please sign in to comment.