tjcsl / director4

Director 4: Website Hosting for the Masses
https://director.tjhsst.edu
MIT License
9 stars 12 forks source link

New Sphinx Setup for Director #83

Open JasonGrace2282 opened 2 months ago

JasonGrace2282 commented 2 months ago

[!NOTE] The current state is very much incomplete - it's mostly here so if anyone wants to help out, they can, and others can see the progress.

Improve the documentation of director, and convert to using Sphinx for documentation. You can build it locally with

cd docs
pip install -r rtd-requirements.txt
make html  # or make.bat html for Windows

Ideally, this PR should have no production changes.

TODO

Follow-Ups