Open fwitte opened 5 months ago
PR #1131 will deal with this issue. The plan is to leverage the next meeting for an in-person sprint. Instructions to the sprinters:
oemof-solph
git clone https://github.com/YOURUSERNAME/oemof-solph
cd oemof-solph
docs/make-style-modern
branch git checkout docs/make-style-modern
pip install -e .[dev]
python -m sphinx docs docs/_build
from the root of the cloneindex.html
page from your docs/_build/
pathdocs/make-style-modern
I suggest to move away from alabaster or rtd theme, and use furo instead (because I use it for tespy and fluprodia :). We could also think about moving all of oemof's repositories to that template (as far away goal...).