Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: continuous-integration

on:
push:
branches: [master]
branches: [main]
tags:
- 'v*'
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
for producing exercise and solution directives.

This project is maintained and supported by [najuzilu](https://github.com/najuzilu).
This project is maintained and supported by the Executable Books Project.
"""

SHORT_DESCRIPTION = "A Sphinx extension for producing exercises and solutions."
Expand Down