Skip to content

Commit 4df1c02

Browse files
committedMar 16, 2025··
Updated README.md Local development server
1 parent e9d9cc8 commit 4df1c02

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
 

‎README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ Use a local development server that regenerates the output whenever the input ch
1414

1515
```
1616
git clone git@github.com:ghostbsd/documentation.git
17-
sudo pkg install -y py311-pip py311-sphinx py311-myst-parser py311-sphinx_rtd_theme gmake
18-
pip install docutils==0.16
19-
sudo pip install sphinx-autobuild
17+
sudo pkg install -y py311-pip
18+
sudo pip install sphinx sphinx-rtd-theme myst-parser sphinx-autobuild
2019
cd documentation
21-
sphinx-autobuild source build/html
20+
sphinx-autobuild . build/html
2221
```
2322

2423
Then, open http://127.0.0.1:8000/index.html in a web browser. It will be regenerated and refreshed whenever a changed file is saved.
@@ -30,5 +29,4 @@ One can also generate documentation, in various output formats, locally:
3029
```
3130
gmake html
3231
gmake epub
33-
3432
```

0 commit comments

Comments
 (0)
Please sign in to comment.