Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
resolve
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ift
resolve
Commits
716d985a
Commit
716d985a
authored
3 years ago
by
Philipp Arras
Browse files
Options
Downloads
Patches
Plain Diff
Use pydata theme
parent
50f3768c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!19
Export
Pipeline
#103472
passed
3 years ago
Stage: build_docker
Stage: testing
Stage: release
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
docs/source/conf.py
+2
-1
2 additions, 1 deletion
docs/source/conf.py
with
3 additions
and
2 deletions
Dockerfile
+
1
−
1
View file @
716d985a
...
...
@@ -14,7 +14,7 @@ RUN apt-get install -qq python3-mpi4py
# Testing dependencies
RUN
apt-get
install
-qq
python3-pytest-cov
# Documentation dependencies
RUN
apt-get
install
-qq
python3
-sphinx-
rtd-
theme
RUN
pip3
install
pydata
-sphinx-theme
# Create user (openmpi does not like to be run as root)
RUN
useradd
-ms
/bin/bash testinguser
...
...
This diff is collapsed.
Click to expand it.
docs/source/conf.py
+
2
−
1
View file @
716d985a
...
...
@@ -24,4 +24,5 @@ language = None
exclude_patterns
=
[]
add_module_names
=
False
html_theme
=
"
sphinx_rtd_theme
"
html_theme
=
"
pydata_sphinx_theme
"
html_theme_options
=
{
"
gitlab_url
"
:
"
https://gitlab.mpcdf.mpg.de/ift/resolve
"
}
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