Skip to content

Commit 0a31ace

Browse files
committed
Update README.md
1 parent b337219 commit 0a31ace

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ then add `sphinx_timeline` to your `conf.py` file's `extensions` variable:
1111

1212
```python
1313
extensions = ["sphinx_timeline"]
14-
15-
numfig = True # optional
1614
```
1715

1816
Now add a `timeline` directive to your document:
@@ -26,7 +24,8 @@ Now add a `timeline` directive to your document:
2624
- start: 2000-02-03
2725
name: 3rd event
2826
---
29-
**{{e.start|fdtime}}**:
27+
**{{dtrange}}**
28+
3029
*{{e.name}}*
3130
3231
Description ...

0 commit comments

Comments
 (0)