Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ sphinx:
fail_on_warning: true

# Optionally build your docs in additional formats such as PDF and ePub
formats: all
formats:
- htmlzip
- pdf

# Optional but recommended, declare the Python requirements required
# to build your documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __getattr__(cls, name):
# -- Project information -----------------------------------------------------

project = 'hepdata_lib'
copyright = '2018-2024, Andreas Albert, Clemens Lange'
copyright = '2018-2026, Andreas Albert, Clemens Lange'
author = 'Andreas Albert, Clemens Lange'

# The short X.Y version
Expand Down
2 changes: 1 addition & 1 deletion docs/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ After installing the ``hepdata_lib`` package, move into the ``hepdata_lib/docs``
pip install -r requirements.txt

Then you can build the documentation locally with Sphinx using ``make html`` and view the output by opening a web browser at ``_build/html/index.html``.
In addition, please also test whether building the LateX (``make latexpdf``) and epub (``make epub``) versions works.
In addition, please also test whether building the LateX version works (``make latexpdf``).


Analysing the code
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Sphinx<7
Sphinx
sphinx_rtd_theme
sphinx-mdinclude
Loading