Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
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
caosdb
Software
caosdb-server
Commits
5eb3c5c3
Commit
5eb3c5c3
authored
1 year ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: Use sphinx from pip instead of apt
parent
a5773e2e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!96
DOC: Added CITATION.cff to the list of files in the release guide where the...
Pipeline
#37360
failed
1 year ago
Stage: info
Stage: setup
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/docker/Dockerfile
+1
-2
1 addition, 2 deletions
src/test/docker/Dockerfile
with
1 addition
and
2 deletions
src/test/docker/Dockerfile
+
1
−
2
View file @
5eb3c5c3
...
...
@@ -7,12 +7,11 @@ RUN apt-get update && \
libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk
\
libharfbuzz-dev libfribidi-dev libxcb1-dev
\
python3-pip screen libpam0g-dev unzip curl shunit2
\
python3-sphinx
RUN
apt-get
install
-y
\
libcairo2-dev
RUN
pip3
install
javasphinx recommonmark sphinx-rtd-theme sphinxcontrib-plantuml sphinx-a4doc
RUN
pip3
install
sphinx
javasphinx recommonmark sphinx-rtd-theme sphinxcontrib-plantuml sphinx-a4doc
# Alternative, if javasphinx fails because python3-sphinx is too recent:
# (`_l` not found):
...
...
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