Skip to main content

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

  1. In one terminal, build the CSS in watch mode

    npm run build:watch
    
  2. 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:

  1. Clone the sphinx-theme repository, and checkout the branch or tag you want to use.

  2. Run the following command in the sphinx-theme directory, to build the CSS for the theme.

    npm run build
    
  3. Go to my-docs directory, and install the Sphinx theme

    pip install -e /path/to/sphinx-theme
    
  4. Set the html_theme option in your conf.py

    html_theme = "iati_sphinx_theme"
    
  5. 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

iati_sphinx_theme-1.4.0.tar.gz (10.3 kB view details)

Uploaded Source

Built Distribution

iati_sphinx_theme-1.4.0-py2.py3-none-any.whl (11.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file iati_sphinx_theme-1.4.0.tar.gz.

File metadata

  • Download URL: iati_sphinx_theme-1.4.0.tar.gz
  • Upload date:
  • Size: 10.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.15

File hashes

Hashes for iati_sphinx_theme-1.4.0.tar.gz
Algorithm Hash digest
SHA256 16ecf966b6609cd3206c4c7faa2dae0f1df7d902d06437cd292c51d5ca6747db
MD5 d4f4488dd3e59227da6a927ed3b74b83
BLAKE2b-256 d627d5da1b136bea2d015515c9e21a9a77cce101d377e08fe64b4806aff45312

See more details on using hashes here.

File details

Details for the file iati_sphinx_theme-1.4.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for iati_sphinx_theme-1.4.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c926570b4a278b1bd204d93ecae8ce2449a53f6a175ae643552856b8bd702ce2
MD5 d5e1d7f286ef8da94c3f14d78ae8df82
BLAKE2b-256 c148a3b90dbe358a401957c80de3dadae01308a0fd2b110aa6c54f68b542cf9b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page