Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
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
FINAM
finam
Commits
fcce7138
Commit
fcce7138
authored
3 years ago
by
Sebastian Müller
🐈
Browse files
Options
Downloads
Patches
Plain Diff
CI: update doc install
parent
01903589
No related branches found
No related tags found
1 merge request
!56
Increase code quality
Pipeline
#75094
failed with stage
in 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-4
2 additions, 4 deletions
.gitlab-ci.yml
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
with
3 additions
and
5 deletions
.gitlab-ci.yml
+
2
−
4
View file @
fcce7138
...
...
@@ -7,7 +7,7 @@ stages:
check
:
stage
:
build
before_script
:
-
pip3 install black
numpy
pandas 'pylint<3' 'isort[colors]<6'
-
pip3 install black pandas 'pylint<3' 'isort[colors]<6'
script
:
-
pip3 install --editable .[test]
-
black --check --diff --color .
...
...
@@ -20,10 +20,8 @@ check:
documentation
:
stage
:
build
before_script
:
-
pip3 install sphinx numpy
script
:
-
pip3 install --editable .
-
pip3 install --editable .
[doc]
-
sphinx-apidoc --separate -o docs src/finam
-
sphinx-build -W -b html docs docs/build
-
mv docs/build public/
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
fcce7138
...
...
@@ -54,7 +54,7 @@ where = src
[options.extras_require]
doc
=
sphinx
>=3,<4
sphinx
numpydoc>=1.1
test
=
coverage[toml]>=5.2.1,<6
...
...
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