Skip to content

Commit 975d2fa

Browse files
Geoffrey WealGeoffrey Weal
Geoffrey Weal
authored and
Geoffrey Weal
committed
update version of Organisms v3.3
1 parent c761fa6 commit 975d2fa

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.readthedocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ python:
1919
install:
2020
- requirements: Documentation/source/requirements1.txt
2121
- requirements: Documentation/source/requirements2.txt
22+
- requirements: Documentation/source/requirements3.txt
2223

2324
# Optionally build your docs in additional formats such as PDF and ePub
2425
# formats:
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# File: docs/requirements.txt
2+
# Notes from https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html#using-a-configuration-file
3+
# and https://readthedocs.org/projects/sphinx-rtd-tutorial/downloads/pdf/latest/
4+
5+
sphinx-rtd-theme
6+
sphinxcontrib-applehelp
7+
sphinxcontrib-devhelp
8+
sphinxcontrib-htmlhelp
9+
sphinxcontrib-jsmath
10+
sphinxcontrib-qthelp
11+
sphinxcontrib-serializinghtml
12+
sphinxcontrib-wiki
13+
sphinx-tabs
14+
sphinxcontrib-plantuml

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def find_scripts():
6565
download_url = 'https://github.com/GardenGroupUO/Organisms/archive/v'+str(get_version_number())+'.tar.gz',
6666
license='GNU AFFERO GENERAL PUBLIC LICENSE',
6767
zip_safe=False,
68-
keywords = ['nanoclusters', 'nanoparticles', 'clusters', 'optimisation', 'genetic-algorithm', 'ase', 'university-of-otago', 'asap3', 'atomic-simulation-environment', 'jupyter-binder', 'predation-operator', 'fitness-operator', 'otago-university', 'common-neighbor-analysis', 'common-neighbour-analysis'],
68+
keywords = ['nanoclusters', 'nanoparticles', 'clusters', 'optimisation', 'genetic-algorithm', 'ase', 'university-of-otago', 'asap3', 'atomic-simulation-environment', 'predation-operator', 'fitness-operator', 'otago-university', 'common-neighbor-analysis', 'common-neighbour-analysis', 'jupyter', 'Colabs', 'Google Golabs'],
6969
install_requires=[
7070
'numpy','scipy','ase','packaging','termcolor','tqdm'
7171
#'Sphinx','sphinx-rtd-theme','sphinx-tabs','sphinxcontrib-applehelp','sphinxcontrib-devhelp',

0 commit comments

Comments
 (0)