Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Update Stackless additions to Doc/conf.py #259

@akruis

Description

@akruis

Are theses lines still required and up to date?

stackless/Doc/conf.py

Lines 19 to 33 in a599283

# Compatibility hack for Sphinx version 1.2 and later
# without the 'sphinx.ext.refcounting' extension
# Required for http://stackless.readthedocs.org
try:
# this symbol is available starting from version 1.2
from sphinx import version_info
except Exception:
pass # version is pre 1.2.
else:
del version_info
del extensions[0]
if os.environ.get('READTHEDOCS', None) == 'True':
# Use the Sphinx default theme, not the very neat theme of readthedocs.org
# See https://docs.readthedocs.org/en/latest/faq.html#i-want-to-use-the-blue-default-sphinx-theme
html_style = '/default.css'

Remove or update them.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions