Skip to content

Commit 97b5089

Browse files
committed
Poke the PR to see if it builds now.
1 parent c483ba3 commit 97b5089

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,43 @@ Add sphinxcontrib-httpexample into requirements of your product documentation an
6565
extensions = ['sphinxcontrib.httpdomain', 'sphinxcontrib.httpexample']
6666

6767

68+
## Contribute
69+
70+
```shell
71+
uv venv
72+
uv sync
73+
make watch
74+
```
75+
76+
Yields
77+
78+
```console
79+
$ make watch
80+
PYTHONPATH=/Users/stevepiercy/projects/sphinxcontrib-httpexample/docs sphinx-autobuild -b html docs docs/html
81+
[sphinx-autobuild] > sphinx-build -b html /Users/stevepiercy/projects/sphinxcontrib-httpexample/docs /Users/stevepiercy/projects/sphinxcontrib-httpexample/docs/html
82+
Running Sphinx v4.5.0
83+
84+
Configuration error:
85+
There is a programmable error in your configuration file:
86+
87+
Traceback (most recent call last):
88+
File "/Users/stevepiercy/.pyenv/versions/3.10.13/lib/python3.10/site-packages/sphinx/config.py", line 332, in eval_config_file
89+
exec(code, namespace)
90+
File "/Users/stevepiercy/projects/sphinxcontrib-httpexample/docs/conf.py", line 86, in <module>
91+
dist = metadata.distribution("sphinxcontrib-httpexample")
92+
File "/Users/stevepiercy/.pyenv/versions/3.10.13/lib/python3.10/importlib/metadata/__init__.py", line 969, in distribution
93+
return Distribution.from_name(distribution_name)
94+
File "/Users/stevepiercy/.pyenv/versions/3.10.13/lib/python3.10/importlib/metadata/__init__.py", line 548, in from_name
95+
raise PackageNotFoundError(name)
96+
importlib.metadata.PackageNotFoundError: No package metadata was found for sphinxcontrib-httpexample
97+
98+
Command exited with exit code: 2
99+
The server will continue serving the build folder, but the contents being served are no longer in sync with the documentation sources. Please fix the cause of the error above or press Ctrl+C to stop the server.
100+
[I 251202 22:42:04 server:335] Serving on http://127.0.0.1:8000
101+
[I 251202 22:42:04 handlers:62] Start watching changes
102+
```
103+
104+
68105
License
69106
-------
70107

0 commit comments

Comments
 (0)