From 3b20b6e04ea3891eaa62e109ffb76fa8b4d1c201 Mon Sep 17 00:00:00 2001 From: Talmo Pereira Date: Tue, 15 Mar 2022 16:35:46 -0700 Subject: [PATCH] Fix CD and readme rendering on PyPI --- README.rst | 2 +- dev_requirements.txt | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index e84ce0bda..de3e12b40 100644 --- a/README.rst +++ b/README.rst @@ -80,7 +80,7 @@ See the docs for `full installation instructions `_ -- **Learn more advanced usage**: `Guides `_ and `Notebooks `_ +- **Learn more advanced usage**: `Guides `__ and `Notebooks `__ - **Learn by watching**: `MIT CBMM Tutorial `_ - **Learn by reading**: `Paper (Pereira et al., bioRxiv, 2020) `_ and `Review on behavioral quantification (Pereira et al., Nature Neuroscience, 2020) `_ diff --git a/dev_requirements.txt b/dev_requirements.txt index a08e3b49f..e0b85d4de 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -7,9 +7,10 @@ sphinx # furo sphinx-book-theme sphinx-copybutton -myst-parser +nbformat==5.1.3 +myst-nb==0.13.2 +myst-parser==0.15.2 linkify-it-py -myst-nb sphinx-autobuild black==21.6b0 pre-commit