We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e2c47 commit 95372daCopy full SHA for 95372da
README.md
@@ -29,7 +29,7 @@ Add the extension to your Sphinx config.
29
```python
30
# conf.py
31
32
-extensions = ['sphinx-helm.ext']
+extensions = ['sphinx_helm.ext']
33
```
34
35
Use the directive to generate documentation for your helm chart.
docs/index.md
@@ -41,7 +41,7 @@ Creating hello-world
41
Enable the plugin in your Sphinx `conf.py` file:
42
43
44
45
46
47
Now you can use the `helm` directive wherever you wish in your documentation.
0 commit comments