TheochemUI / eOn

eOn v3 and beyond
https://theochemui.github.io/eOn/
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

DOC: Start constructing HTML again #126

Closed HaoZeke closed 2 months ago

HaoZeke commented 2 months ago

This is a bit rough around the edges. Locally it can be tested via:

pipx run pdm run sphinx-build -b html docs/source docs/build/html

To ensure that the [source] parts are generate the module needs to be installed, pip install . should suffice or meson install -C bbdir.

Closes #125.

HaoZeke commented 2 months ago

This was merged so it is easier to open a new PR to the new doc style, @AlanSong641, there's a followup issue #127 for that.

HaoZeke commented 2 months ago

For now the rendered docs are deployed to https://eongit.surge.sh via:

# Deploy
surge
# Teardown
surge teardown eongit.surge.sh