mbox

[bug#34204,0/3] Mkdocs and its dependencies

Message ID 20190126002545.7589-1-mthl@gnu.org
Headers show

Message

Mathieu Lirzin Jan. 26, 2019, 12:25 a.m. UTC
Hello,

Here are a sequence of patches which adds the Mkdocs documentation generator
to the set of Guix packages.

Mathieu Lirzin (3):
  gnu: python-tornado: Update to 5.1.1.
  gnu: Add Python LiveReload.
  gnu: Add Mkdocs.

 gnu/packages/documentation.scm | 35 ++++++++++++++++++++++++++++++++++
 gnu/packages/python-web.scm    | 27 ++++++++++++++++++++++++--
 2 files changed, 60 insertions(+), 2 deletions(-)

Comments

Maxim Cournoyer July 13, 2021, 1:39 p.m. UTC | #1
Hello,

Mathieu Lirzin <mthl@gnu.org> writes:

> Hello,
>
> Here are a sequence of patches which adds the Mkdocs documentation generator
> to the set of Guix packages.
>
> Mathieu Lirzin (3):
>   gnu: python-tornado: Update to 5.1.1.

We now have python-tornado 6.1 in Guix.

>   gnu: Add Python LiveReload.

That's been committed already.

>   gnu: Add Mkdocs.

There's now a python-mkdocs package at version 1.1.2 in Guix.

Thus, closing.

Thank you!

Maxim