Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 8cc6d29

Browse files
committed
Update - support Sphinx 4.x and docutils 0.17.x
1 parent 25d0d7f commit 8cc6d29

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CONTRIBUTING.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ Coding Standards
1515

1616
* All components must be Python 3 compatible. The ``six`` module is already
1717
in the requirements.txt file, so feel free to use that.
18-
* No Tabs for Python files (4 spaces = 1 indentation)
18+
* No Tabs for Python files (4 spaces = 1 indentation)
19+
* We use black to format all of our Python code.
20+
* No Tabs in Javascript files (4 spaces = 1 indentation)
21+
* We use Prettier to format our Javascript - please make sure you configure prettier to use 4 spaces as the tab size.
1922
* Avoid proliferation of jQuery versions. Make your stuff compatible with the version
2023
of jQuery in the common folder.
2124
* Avoid proliferation of additional third party javascript modules. We are already out of

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
dependencies = [l.strip() for l in fh]
1212

1313

14-
VERSION = "6.0.11"
14+
VERSION = "6.0.12"
1515

1616
# These pre-install hooks are useful to make sure any pre-requisite
1717
# programs that are not pip installable are in place.

0 commit comments

Comments
 (0)