A sphinx theme for IATI documentation sites.
Project description
IATI Sphinx Theme
How do I use IATI Sphinx Theme?
Please see the IATI Sphinx Theme Documentation for usage instructions.
How do I contribute to IATI Sphinx Theme?
Install dependencies
pip install -r requirements_dev.txt
Update dependencies
python -m piptools compile --extra=dev -o requirements_dev.txt pyproject.toml
pip install -r requirements_dev.txt
Run linting
black iati_sphinx_theme/
isort iati_sphinx_theme/
flake8 iati_sphinx_theme/
mypy iati_sphinx_theme/
Documentation with live preview
-
In one terminal, build the CSS in watch mode
npm run build:watch
-
In a separate terminal, install the Sphinx theme then start the docs development server:
pip install -e . sphinx-autobuild -a docs docs/_build/html --watch iati_sphinx_theme/
Testing a local version of the theme against another project
To run a local version of the theme with another project, e.g. my-docs
, take the following steps:
-
Clone the
sphinx-theme
repository, and checkout the branch or tag you want to use. -
Run the following command in the
sphinx-theme
directory, to build the CSS for the theme.npm run build
-
Go to
my-docs
directory, and install the Sphinx themepip install -e /path/to/sphinx-theme
-
Set the
html_theme
option in yourconf.py
html_theme = "iati_sphinx_theme"
-
Start the docs development server:
pip install sphinx-autobuild sphinx-autobuild docs docs/_build/html
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file iati_sphinx_theme-1.5.0.tar.gz
.
File metadata
- Download URL: iati_sphinx_theme-1.5.0.tar.gz
- Upload date:
- Size: 24.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32d3a8ce1082295466457f49adcd3fe6b0244d2be77243189428c2a159e8762f |
|
MD5 | 6d32184913ef92db6949b31583c7be75 |
|
BLAKE2b-256 | aa1f25ca181bb2a2f8134fb27c40af12e91fa1a5dcb11794ef7e4b6668c356f4 |
File details
Details for the file iati_sphinx_theme-1.5.0-py2.py3-none-any.whl
.
File metadata
- Download URL: iati_sphinx_theme-1.5.0-py2.py3-none-any.whl
- Upload date:
- Size: 26.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92b2fa848571faafcd1f194f627a2de8de3e56ec88237a530c01614f2f3045c7 |
|
MD5 | e27ee135c4baf9409d37cbc416b1c56a |
|
BLAKE2b-256 | 9273018e95dc55bc2e34cc05102f13be46b0240523892dda2c93f7fa871e760b |