Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.10.1 - 2020-07-15
## 1.10.1 - 2020-07-16

### Fixed
- Queue threads (e.g. Elasticsearch indexer) will no longer crash permanently if the queue connection to Mongo is lost temporarily.
- Docker images would not build correctly on GitHub.
- If monitor HTTP server would crash, it would not restart correctly.
- Don't call server side twice when rendering list of files on dataset page.
[#7](https://github.com/clowder-framework/clowder/issues/7)
- Fixed Sphinx build errors and switched to using pipenv. Now building docs on [readthedocs](https://clowder-framework.readthedocs.io/en/latest/).

### Added
- GitHub artifacts can be uploaded using SCP to remote server.
Expand Down
14 changes: 14 additions & 0 deletions doc/src/sphinx/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
sphinx = "*"
recommonmark = "*"
sphinx-rtd-theme = "*"

[requires]
python_version = "3.7"
262 changes: 262 additions & 0 deletions doc/src/sphinx/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 23 additions & 32 deletions doc/src/sphinx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,27 @@
alabaster==0.7.12
argh==0.26.2
Babel==2.7.0
certifi==2019.3.9
Babel==2.8.0
certifi==2020.6.20
chardet==3.0.4
commonmark==0.9.0
docutils==0.14
future==0.17.1
idna==2.8
imagesize==1.1.0
Jinja2==2.10.1
livereload==2.6.1
commonmark==0.9.1
docutils==0.16
idna==2.10
imagesize==1.2.0
Jinja2==2.11.2
MarkupSafe==1.1.1
packaging==19.0
pathtools==0.1.2
port-for==0.3.1
Pygments==2.4.2
pyparsing==2.4.0
pytz==2019.1
PyYAML==5.1.1
recommonmark==0.5.0
requests==2.22.0
six==1.12.0
snowballstemmer==1.2.1
Sphinx==2.1.1
sphinx-autobuild==0.7.1
sphinx-rtd-theme==0.4.3
sphinxcontrib-applehelp==1.0.1
sphinxcontrib-devhelp==1.0.1
sphinxcontrib-htmlhelp==1.0.2
packaging==20.4
Pygments==2.6.1
pyparsing==2.4.7
pytz==2020.1
recommonmark==0.6.0
requests==2.24.0
six==1.15.0
snowballstemmer==2.0.0
Sphinx==3.1.2
sphinx-rtd-theme==0.5.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.2
sphinxcontrib-serializinghtml==1.1.3
tornado==6.0.2
urllib3==1.25.3
watchdog==0.9.0
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
urllib3==1.25.9