From 645d4074b9cf3290888f092aac81a5ed5db6c5fd Mon Sep 17 00:00:00 2001 From: geisserml Date: Mon, 30 Oct 2023 16:30:18 +0100 Subject: [PATCH] readme nit --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ab1f3456..b8ce2dae4 100644 --- a/README.md +++ b/README.md @@ -615,8 +615,7 @@ editor.wordWrapColumn = 100 pypdfium2 provides API documentation using [Sphinx](https://github.com/sphinx-doc/sphinx/), which can be rendered to various formats, including HTML: ```bash sphinx-build -b html ./docs/source ./docs/build/html/ -# short alias -./run build +./run build # short alias ``` Built docs are primarily hosted on [`readthedocs.org`](https://readthedocs.org/projects/pypdfium2/).