Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CEPCSW
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Show more breadcrumbs
cepc
CEPCSW
Merge requests
!231
docs: update document according to the recent update
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
docs: update document according to the recent update
lintao/readme/update
into
master
Overview
0
Commits
11
Pipelines
10
Changes
4
Merged
lintao@ihep.ac.cn
requested to merge
lintao/readme/update
into
master
1 week ago
Overview
0
Commits
11
Pipelines
10
Changes
1
Expand
0
0
Merge request reports
Compare
version 8
version 9
efd0a683
1 week ago
version 8
6127b914
1 week ago
version 7
ca205958
1 week ago
version 6
06bdac26
1 week ago
version 5
74e8bb04
1 week ago
version 4
34c677ea
1 week ago
version 3
2148c170
1 week ago
version 2
9283b86f
1 week ago
version 1
aea3db67
1 week ago
master (base)
and
version 9
latest version
326fad86
11 commits,
1 week ago
version 9
efd0a683
10 commits,
1 week ago
version 8
6127b914
9 commits,
1 week ago
version 7
ca205958
8 commits,
1 week ago
version 6
06bdac26
7 commits,
1 week ago
version 5
74e8bb04
6 commits,
1 week ago
version 4
34c677ea
5 commits,
1 week ago
version 3
2148c170
4 commits,
1 week ago
version 2
9283b86f
3 commits,
1 week ago
version 1
aea3db67
2 commits,
1 week ago
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
build-docs.sh
+
2
−
1
Options
@@ -6,7 +6,8 @@ function install-sphinx() {
if
[
!
-d
"venv"
]
;
then
python
-m
venv venv
source
venv/bin/activate
pip
install
-r
requirements.txt
# pip install -r requirements.txt
pip
install
myst-parser
else
source
venv/bin/activate
fi
Loading