Skip to content

Commit 1ef4806

Browse files
committed
Revert patch_version
1 parent 4a3f318 commit 1ef4806

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

docs/docker-compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ services:
1212
- PACKAGE
1313
- UPSTREAM_REPO
1414
- MODE
15-
- PATCH_VERSION
1615
volumes:
1716
- ..:/main
1817
user: ${HOST_UID}:anaconda
@@ -23,7 +22,6 @@ services:
2322
- -c
2423
- |
2524
set -e
26-
export PATCH_VERSION=$$(cat /main/$${PACKAGE}/version.py | grep -oE '\d+\.\d+\.[a-z0-9]+')
2725
if echo "$${MODE}" | grep -i live &>/dev/null; then
2826
mkdocs serve --config-file ./docs/mkdocs.yaml -a 0.0.0.0:80
2927
elif echo "$${MODE}" | grep -iE "qa|build" &>/dev/null; then

docs/mkdocs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ markdown_extensions:
9494
class: mermaid
9595
format: !!python/name:pymdownx.superfences.fence_code_format
9696
extra:
97-
PATCH_VERSION: !ENV PATCH_VERSION
9897
generator: false # Disable watermark
9998
version:
10099
provider: mike

docs/src/citation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ If your work uses the DataJoint API for Python, please cite the following manusc
44

55
- Yatsenko D, Reimer J, Ecker AS, Walker EY, Sinz F, Berens P, Hoenselaar A, Cotton RJ, Siapas AS, Tolias AS. DataJoint: managing big scientific data using MATLAB or Python. bioRxiv. 2015 Jan 1:031658. doi: https://doi.org/10.1101/031658
66

7-
- DataJoint API for Python - [RRID:SCR_014543](https://scicrunch.org/resolver/SCR_014543) - Version {{ PATCH_VERSION }}
7+
- DataJoint API for Python - [RRID:SCR_014543](https://scicrunch.org/resolver/SCR_014543) - Version `Enter version here`

0 commit comments

Comments
 (0)