Ratscript currently isn't makeing docs, using make all produces this error:
anna@anna-stormtrooper:~/Documents/MousePaw/repos/ratscript$ make all make html -C docs make[1]: Entering directory '/home/anna/Documents/MousePaw/repos/ratscript/docs' sphinx-build -b html -d build/doctrees source build/html Running Sphinx v1.8.5 making output directory... building [mo]: targets for 0 po files that are out of date building [html]: targets for 2 source files that are out of date updating environment: 2 added, 0 changed, 0 removed reading sources... [100%] syntax /home/anna/Documents/MousePaw/repos/ratscript/docs/source/index.rst:6: WARNING: toctree contains reference to nonexisting document 'design' looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 50%] index Theme error: An error happened in rendering the page index. Reason: TypeError("'>' not supported between instances of 'str' and 'int'") make[1]: *** [Makefile:56: html] Error 2 make[1]: Leaving directory '/home/anna/Documents/MousePaw/repos/ratscript/docs' make: *** [build_system/outer.mk:110: docs] Error 2
Troubleshoot and fix.