Skip to content

Commit 95372da

Browse files
Fix bad package name in docs (#9)
1 parent 44e2c47 commit 95372da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add the extension to your Sphinx config.
2929
```python
3030
# conf.py
3131

32-
extensions = ['sphinx-helm.ext']
32+
extensions = ['sphinx_helm.ext']
3333
```
3434

3535
Use the directive to generate documentation for your helm chart.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Creating hello-world
4141
Enable the plugin in your Sphinx `conf.py` file:
4242

4343
```python
44-
extensions = ['sphinx-helm.ext']
44+
extensions = ['sphinx_helm.ext']
4545
```
4646

4747
Now you can use the `helm` directive wherever you wish in your documentation.

0 commit comments

Comments
 (0)