docs: Add requirements.txt file with dependencies for Sphinx. · tdunning/micropython@a93ebd0 · GitHub
Skip to content

Commit a93ebd0

Browse files
Josverldpgeorge
authored andcommitted
docs: Add requirements.txt file with dependencies for Sphinx.
Signed-off-by: Jos Verlinde <Jos.Verlinde@Microsoft.com>
1 parent da193c4 commit a93ebd0

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion

docs/develop/gettingstarted.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ that you use a virtual environment:
245245
246246
$ python3 -m venv env
247247
$ source env/bin/activate
248-
$ pip install sphinx
248+
$ pip install -r docs/requirements.txt
249249
250250
Navigate to the ``docs`` directory:
251251

docs/requirements.txt

Lines changed: 2 additions & 0 deletions

0 commit comments

Comments
 (0)