analogdevicesinc / no-OS

Software drivers in C for systems without an operating system
http://analogdevicesinc.github.io/no-OS/
Other
927 stars 1.65k forks source link

doc: Add Makefile and repository to conf.py #2102

Closed gastmaier closed 7 months ago

gastmaier commented 7 months ago

Pull Request Description

Adds the default Sphinx Makefile with vars SOURCEDIR and BUILDDIR set. I need this file to exist because doctools needs to know the source and build paths. Set values are consistent with the ones at documentation.sh. Created it in the doc/sphinx/source path instead of doc/sphinx because it would be the only file at the latter path. Also, includes repository var to conf.py, also used by doctools.

PR Type

PR Checklist