Skip to content

Commit 3dd808e

Browse files
authored
Use 'dev' extra requirement on readthedocs. (#105)
1 parent 57eb315 commit 3dd808e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ python:
1919
- method: pip
2020
path: .
2121
extra_requirements:
22-
- doc
22+
- dev

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ An important way in which new users can contribute is by writing or improving th
2121

2222
To build the documentation locally, you first need to pull the Z2Pack source, and install it (preferrably in a virtualenv) with
2323

24-
pip install -e path_to_z2pack_source[doc]
24+
pip install -e path_to_z2pack_source[dev]
2525

2626
where ``path_to_z2pack_source`` needs to be replaced with the top-level path of the Z2Pack source. In the ``doc`` subfolder, copy the configuration template ``config.mk.tpl`` to ``config.mk``. After that, you can simply call ``make`` to build and ``make view`` to open the documentation.
2727

0 commit comments

Comments
 (0)