Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
COBREXA.jl
Manage
Activity
Members
Plan
External wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LCSB-BioCore
COBREXA.jl
Commits
a60ae7f0
Commit
a60ae7f0
authored
3 years ago
by
Miroslav Kratochvil
Browse files
Options
Downloads
Patches
Plain Diff
workaround a configuration deficiency in Documenter to revive the edit links
closes #498
parent
f0b18a03
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/make.jl
+5
-0
5 additions, 0 deletions
docs/make.jl
with
5 additions
and
0 deletions
docs/make.jl
+
5
−
0
View file @
a60ae7f0
...
...
@@ -8,6 +8,11 @@ pages_branch = "gh-pages"
github_repo_slug
=
"LCSB-BioCore/COBREXA.jl"
delete!
(
ENV
,
"GITHUB_REPOSITORY"
)
# Documenter tries to guess the repo slug from git remote URL but that doesn't
# work really well here, this is the only fallback. (See Documenter.jl
# src/Utilities/Utilities.jl, in November 2021 it was around line 500) -mk
ENV
[
"TRAVIS_REPO_SLUG"
]
=
github_repo_slug
# generate notebooks
notebooks_path
=
joinpath
(
@__DIR__
,
"src"
,
"notebooks"
)
notebooks_basenames
=
filter
(
x
->
endswith
(
x
,
".jl"
),
readdir
(
notebooks_path
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment