Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
build.postmarketos.org
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
build.postmarketos.org
Merge requests
!105
docs: creation of basic structure
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imported
docs: creation of basic structure
docs
into
master
Overview
23
Commits
5
Pipelines
29
Changes
2
All threads resolved!
Hide all comments
Merged
Imported
Administrator
requested to merge
docs
into
master
10 months ago
Overview
23
Commits
5
Pipelines
29
Changes
2
All threads resolved!
Hide all comments
Expand
initial adding of config (based on pmb/docs)
0
0
Merge request reports
Viewing commit
8f631400
Show latest version
2 files
+
4
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
8f631400
ci: fix ci user config for docs
· 8f631400
Robert Eckelmann
authored
10 months ago
.ci/docs.sh
+
2
−
1
Options
@@ -8,7 +8,8 @@
if
[
"
$(
id
-u
)
"
=
0
]
;
then
set
-x
apk
-q
add
\
py3-sphinx_rtd_theme
py3-sphinx_rtd_theme
\
py3-sphinxcontrib-autoprogram
exec
su
"
${
TESTUSER
:-
pmos
}
"
-c
"sh -e
$0
"
fi
Loading