Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lscsoft
bilby_pipe
Commits
6ee44105
Commit
6ee44105
authored
Dec 05, 2022
by
Gregory Ashton
Browse files
Merge branch 'docs-on-forks' into 'master'
Fix docs on forks Closes
#252
See merge request
!491
parents
824e8e95
779666f2
Pipeline
#481290
failed with stages
in 40 minutes and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6ee44105
...
...
@@ -204,6 +204,7 @@ docs:
-
git checkout $CI_COMMIT_REF_NAME
-
git status
-
git branch
-
git tag
-
sphinx-multiversion docs/ docs/_build/
artifacts
:
...
...
docs/conf.py
View file @
6ee44105
...
...
@@ -88,7 +88,7 @@ smv_tag_whitelist = r"^(1.*|0.3.12)$"
smv_branch_whitelist
=
r
"^master$"
# Whitelist pattern for remotes (set to None to use local branches only)
smv_remote_whitelist
=
None
smv_remote_whitelist
=
r
"^(origin|upstream)$"
# Format for versioned output directories inside the build directory
smv_outputdir_format
=
"{ref.name}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment