Skip to content

Restructuring of Documentation

Compare
Choose a tag to compare
@sudo-dakix sudo-dakix released this 23 Jun 20:12
· 56 commits to master since this release
19cbf48

Main changes include restructuring of the /docs folder, specifically:

  • Documentation has been moved to /docs/docsrc folder in order to enable use of /docs for GitHub Pages.
  • ReadTheDocs configuration file .readthedocs.yaml has been introduced. It points ReadTheDocs to /docs/docsrc/source/conf.py file for configurations.
  • Sphinx method make github has been introduced in order to generate the documentation on the /docs/docsrc/build and then copy-paste it to /docs for GitHub Pages.