Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
eossr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ESCAPE2020
WP3
eossr
Commits
e98788d1
Commit
e98788d1
authored
3 years ago
by
vuillaut
Browse files
Options
Downloads
Patches
Plain Diff
ubuntu
parent
3d98aa88
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!23
Add metadata templata readme
,
!22
Improve package doc
,
!21
Fix documentation
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
docs/doc_requirements.txt
+1
-2
1 addition, 2 deletions
docs/doc_requirements.txt
with
3 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
2
View file @
e98788d1
...
...
@@ -75,9 +75,9 @@ deploy_zenodo:
pages
:
stage
:
deploy
image
:
python:3.9.7-slim
image
:
ubuntu-latest
script
:
-
pip
install --
upgrade
pip
-
apt update --yes && apt
install --
yes pandoc
pip
-
pip install -U -r docs/doc_requirements.txt
-
sphinx-build -b html docs public
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
docs/doc_requirements.txt
+
1
−
2
View file @
e98788d1
sphinx>=3
nbsphinx
sphinx_rtd_theme
myst-parser
pandoc
\ No newline at end of file
myst-parser
\ No newline at end of file
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