Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Python Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON Templates
Python Package
Merge requests
!34
Fix actually populating cookiecutter vars
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Fix actually populating cookiecutter vars
quick-fixes
into
main
Overview
7
Commits
12
Pipelines
12
Changes
7
Merged
Fix actually populating cookiecutter vars
Corné Lukken
requested to merge
quick-fixes
into
main
7 months ago
Overview
7
Commits
12
Pipelines
12
Changes
7
0
0
Merge request reports
Compare
main
version 11
8667cda2
7 months ago
version 10
a26cee87
7 months ago
version 9
11cbe0b4
7 months ago
version 8
8e4d77c6
7 months ago
version 7
09dc9226
7 months ago
version 6
baa6fa88
7 months ago
version 5
ab599a03
7 months ago
version 4
29bcba56
7 months ago
version 3
74d63ebe
7 months ago
version 2
a72c1132
7 months ago
version 1
2673216f
7 months ago
main (base)
and
latest version
latest version
3861660e
12 commits,
6 months ago
version 11
8667cda2
11 commits,
7 months ago
version 10
a26cee87
10 commits,
7 months ago
version 9
11cbe0b4
9 commits,
7 months ago
version 8
8e4d77c6
8 commits,
7 months ago
version 7
09dc9226
7 commits,
7 months ago
version 6
baa6fa88
6 commits,
7 months ago
version 5
ab599a03
5 commits,
7 months ago
version 4
29bcba56
4 commits,
7 months ago
version 3
74d63ebe
3 commits,
7 months ago
version 2
a72c1132
2 commits,
7 months ago
version 1
2673216f
1 commit,
7 months ago
7 files
+
16
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
{{cookiecutter.project_slug}}/docs/source/conf.py
+
1
−
1
View file @ 3861660e
Edit in single-file editor
Open in Web IDE
Show full file
@@ -3,7 +3,7 @@
import
os
from
{{
cookiecutter
.
project_slug
}}
import
__version__
from
{{
cookiecutter
.
project_slug
}}
.
_version
import
__version__
# -- General configuration ----------------------------------------------------
Loading