- go through old notes on meeting with rari where talked about ctc on high level
- look at docs of other projects for inspiration
- make docs take the URL
checkthechain.github.io/docs
- can do this one of two ways
- make as repo named
checkthechain.github.io
, put docs stuff in/docs
folder - make repo named
docs
- make as repo named
- can do this one of two ways
- eventually transfer this to
ctc.xyz
- sphinx
- readthedocs theme https://sphinx-rtd-theme.readthedocs.io/en/stable/configuring.html
- myst markdown parser
- rst
- blog posts
- https://stackoverflow.com/questions/23211695/modifying-content-width-of-the-sphinx-theme-read-the-docs
- dark mode
- not 1st class feature, but see:
- readthedocs/readthedocs.org#3819
- readthedocs/sphinx_rtd_theme#224 (comment)
- python-pillow/Pillow#4968
- https://github.com/MrDogeBro/sphinx_rtd_dark_mode
- sphinx rtd examples
- modifying sidebar width