@@ -74,37 +74,18 @@ marked as end-of-life as well as support Sphinx versions with a suggested
7474maximum of five major-minor trees.
7575
7676- Python interpreters that have not been marked as end-of-life will be supported
77- by this extension. An exception exists for Python 2.7 at this time where
78- support *may * extend to the RHEL's supported end-of-life date for Python 2.7
79- of June 2024 (see also `How is Python 2 supported in RHEL after 2020? `_). Note
80- that this is the maximum date for support; however, support may be dropped
81- earlier than this date (with a notification). At minimum, Python 2.7 will be
82- supported until the end of the 2020 calendar year (a year after Python's
83- end-of-life date for Python 2.7).
77+ by this extension.
8478- Supported Confluence versions will be supported versions listed in
8579 `Atlassian Support End of Life Policy `_.
8680- Supported Sphinx versions include the last five major-minor versions of the
87- application (e.g. 3.2.x, 3.1.x, 3.0.x, 2.4.x, 2.3.x). An exception exists for
88- Sphinx 1.8.x series, which will be supported until this extension's support
89- for Python 2.7 has been dropped.
81+ application (e.g. 3.2.x, 3.1.x, 3.0.x, 2.4.x, 2.3.x).
9082
9183`PEP 8 `_ is a standard styling guide for Python projects and is recommended for
92- considerations when making contributions. On that note, please read the
93- following:
94-
95- - Line lengths are recommended to be at maximum 79 characters (relaxed to even
96- 80 characters) for implementation. This option is not explicitly enforced in
97- styling checks primarily since there can be valid cases where lines may exceed
98- such limits (e.g. a long URL in comments).
99- - The recommendation of two blank lines (in various scenarios) are ignored.
100- Apply appropriate blank lines where it makes sense in the implementation.
101- - Avoid multiple imports on a single line (even for ``from ... `` usages). This
102- is to help long term maintenance of imports with minimal clashing between
103- various modules/types/etc. being used.
84+ consideration when making contributions. Default linters configured in tox are
85+ required to pass. Note that select exceptions may be used.
10486
10587.. _Atlassian Support End of Life Policy : https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html
10688.. _Developer’s Certificate of Origin : https://developercertificate.org/
107- .. _How is Python 2 supported in RHEL after 2020? : https://access.redhat.com/solutions/4455511
108- .. _PEP 8 : https://www.python.org/dev/peps/pep-0008
89+ .. _PEP 8 : https://peps.python.org/pep-0008/
10990.. _issue tracker : https://github.com/sphinx-contrib/confluencebuilder/issues
11091.. _pull requests : https://github.com/sphinx-contrib/confluencebuilder/pulls
0 commit comments