Skip to content

Commit

Permalink
(#82) (#79) edit yml and cfg files
Browse files Browse the repository at this point in the history
  • Loading branch information
SevgiAkten committed Dec 16, 2024
1 parent bf7f803 commit 6ba57ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install Sphinx sphinx-rtd-theme \
sphinxcontrib-applehelp sphinxcontrib-htmlhelp \
sphinxcontrib-jquery sphinxcontrib-jsmath \
sphinxcontrib-qthelp sphinxcontrib-serializinghtml
pip install .[docs]
- name: Build Docs
run: |
Expand Down
11 changes: 11 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ install_requires =
pymoo>=0.5.0,<1.0
tsplib95>=0.7.0,<1.0

[options.extras_require]
docs =
sphinx>=7.4.0,<8.0
sphinx-rtd-theme>=2.0.0,<3.0
sphinxcontrib-applehelp>=2.0.0,<3.0
sphinxcontrib-htmlhelp>=2.1.0,<3.0
sphinxcontrib-jquery>=4.1,<5.0
sphinxcontrib-jsmath>=1.0.0,<2.0
sphinxcontrib-qthelp>=2.0.0,<3.0
sphinxcontrib-serializinghtml>=2.0.0,<3.0

[options.packages.find]
where = .

Expand Down

0 comments on commit 6ba57ed

Please sign in to comment.