Skip to content

Commit 58640ac

Browse files
authored
Add usage instructions
1 parent a075a87 commit 58640ac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ Sphinx extension to generate OpenGraph metadata (https://ogp.me/)
77

88
`python -m pip install sphinxext-opengraph`
99

10+
## Usage
11+
Just add `sphinxext.opengraph` to your extensions list in your `conf.py`
12+
13+
```python
14+
extensions = [
15+
sphinxext.opengraph,
16+
]
17+
```
1018
## Options
1119
These values are placed in the conf.py of your sphinx project.
1220

0 commit comments

Comments
 (0)