grimme-lab / xtb_docs

https://xtb-docs.readthedocs.io/en/latest/
Creative Commons Attribution Share Alike 4.0 International
35 stars 35 forks source link

Enable sphinx extensions for docs #50

Closed awvwgk closed 3 years ago

awvwgk commented 3 years ago

Remove the toggle CSS in favour of actual sphinx extensions.

fabothch commented 3 years ago

These are useful additions, making it easier to structure program output, make input copying easy.

The usage is described at: https://sphinx-panels.readthedocs.io/en/latest/#installation

To use it on my machine i had to run:

pip install sphinx-panels
pip install sphinx_copybutton
pip install sphinx_togglebutton
awvwgk commented 3 years ago

I'm usually doing all Python stuff with mamba, but there is now a requirements file to run pip install -r requirements.txt and install those dependencies as well.