- Clone https://github.com/pytest-dev/pytest and checkout the version you want to build docs for
- Modify the pytest doc config file using
dashify_pytest.patchas a guide - Create a pipenv using python 3.7.3
pipenv shell --python 3.7.3 - Install deps for pytest
python setup.py installpip install "sphinx<2.0"(had issues with older docset above 2)pip install doc2dash
- In pytest/doc/en:
make html - Copy _build dir to a root directory in this project like pytest-3.10.1
- Run the doc2dash command
doc2dash -A -n pytest --online-redirect-url https://docs.pytest.org/en/3.10.1/contents.html -i ../../icon@2x.png html/ -f
aqualad/dash-pytest-docset
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|