stackless-dev / stackless

The Stackless Python programming language
http://www.stackless.com/
Other
1.03k stars 60 forks source link

Update Stackless additions to Doc/conf.py #259

Closed akruis closed 3 years ago

akruis commented 3 years ago

Are theses lines still required and up to date? https://github.com/stackless-dev/stackless/blob/a599283cc3ab0a05ee76fa23b0b324a2caf30277/Doc/conf.py#L19-L33

Remove or update them.

akruis commented 3 years ago

Readthedocs is always a moving target, but now (commit 53ca8855) the documentation for branch 3.8-slp builds correctly. See https://stackless.readthedocs.io/en/3.8-slp/stackless-python.html.

Building the Stackless documentation on readthedocs.org now involves 2 files only:

  1. .readthedocs.yaml: overall specifications, refer to Doc/slp_readthedocs_requirements.txt
  2. Doc/slp_readthedocs_requirements.txt: defines the virtual env used to run Sphinx. Must match the requirements in target venv of Doc/Makefile

These changes are now in branch main-slp and 3.8-slp.