We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b9614 commit dcde0eeCopy full SHA for dcde0ee
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: continuous-integration
2
3
on:
4
push:
5
- branches: [master]
+ branches: [main]
6
tags:
7
- 'v*'
8
pull_request:
setup.py
@@ -5,10 +5,10 @@
VERSION = "v0.3.1"
LONG_DESCRIPTION = """
-This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension
+This package contains a [Sphinx](http://www.sphinx-doc.org/) extension
9
for producing exercise and solution directives.
10
11
-This project is maintained and supported by [najuzilu](https://github.com/najuzilu).
+This project is maintained and supported by the Executable Books Project.
12
"""
13
14
SHORT_DESCRIPTION = "A Sphinx extension for producing exercises and solutions."
0 commit comments