Skip to content
Snippets Groups Projects
Commit 01a1d140 authored by David Hrbáč's avatar David Hrbáč Committed by Lukáš Krupčík
Browse files

Resolve "Vyhledávání na !!!"

parent 747e369b
No related branches found
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
...@@ -13,6 +13,14 @@ $ source venv/bin/activate ...@@ -13,6 +13,14 @@ $ source venv/bin/activate
$ pip install -r requirements.txt $ pip install -r requirements.txt
``` ```
### Package upgrade with pip
```console
$ pip list -o
$ pip install --upgrade <package
$ pip freeze | sed '/pkg-resources==/d' > requirements.txt
```
## Environments ## Environments
* [https://docs.it4i.cz - master branch](https://docs.it4i.cz - master branch) * [https://docs.it4i.cz - master branch](https://docs.it4i.cz - master branch)
......
...@@ -18,6 +18,7 @@ copyright: Copyright (c) 2013-2019 IT4Innovations__VERSION__ ...@@ -18,6 +18,7 @@ copyright: Copyright (c) 2013-2019 IT4Innovations__VERSION__
theme: theme:
name: material name: material
custom_dir: material custom_dir: material
language: 'en'
# 404 page # 404 page
static_templates: static_templates:
...@@ -201,6 +202,9 @@ nav: ...@@ -201,6 +202,9 @@ nav:
- PBS Pro Documentation: pbspro.md - PBS Pro Documentation: pbspro.md
extra: extra:
search:
language: 'en'
tokenizer: '[\s\.]+'
repo_icon: gitlab repo_icon: gitlab
disqus: 'test-3whnesz3gq' disqus: 'test-3whnesz3gq'
social: social:
......
backports-abc==0.5 backports-abc==0.5
Click==7.0 Click==7.0
EditorConfig==0.12.2
futures==3.2.0 futures==3.2.0
Jinja2==2.10 Jinja2==2.10
livereload==2.5.2 jsbeautifier==1.8.9
livereload==2.6.0
Markdown==3.0.1 Markdown==3.0.1
MarkupSafe==1.0 MarkupSafe==1.1.0
mkdocs==1.0.4 mkdocs==1.0.4
mkdocs-material==3.0.5 mkdocs-material==3.3.0
Pygments==2.2.0 Pygments==2.3.1
pymdown-extensions==6.0 pymdown-extensions==6.0
PyYAML==3.13 PyYAML==3.13
singledispatch==3.4.0.3 singledispatch==3.4.0.3
six==1.11.0 six==1.12.0
tornado==5.1.1 tornado==5.1.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment