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: 0 additions & 2 deletions .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
push:
branches:
- 'next'
paths:
- 'source/**'

workflow_dispatch:

Expand Down
4 changes: 0 additions & 4 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@
#parent_dir = dirname(dirname(abspath(__file__)))
#sys.path.insert(0, join(parent_dir, 'extensions'))

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = mp_version
# The full version, including alpha/beta/rc tags.
Expand Down
Loading