doc: replace pandoc requirement with python3-venv
This commit is contained in:
parent
12e1877917
commit
081a73486f
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ This guide assumes that you have:
|
||||||
- maintainer permissions on the main Shaarli repository, to:
|
- maintainer permissions on the main Shaarli repository, to:
|
||||||
- push the signed tag
|
- push the signed tag
|
||||||
- create a new release
|
- create a new release
|
||||||
- [Composer](https://getcomposer.org/) and [Pandoc](http://pandoc.org/) need to be installed
|
- [Composer](https://getcomposer.org/) needs to be installed
|
||||||
|
- The [venv](https://docs.python.org/3/library/venv.html) Python 3 module needs to be installed for HTML documentation generation.
|
||||||
|
|
||||||
## GitHub release draft and `CHANGELOG.md`
|
## GitHub release draft and `CHANGELOG.md`
|
||||||
See http://keepachangelog.com/en/0.3.0/ for changelog formatting.
|
See http://keepachangelog.com/en/0.3.0/ for changelog formatting.
|
||||||
|
|
Loading…
Reference in a new issue