Skip to content

Commit fa60f46

Browse files
authored
Correct readthedocs release process (#851)
1 parent 3044434 commit fa60f46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import re
1616
import stat
1717
from pathlib import Path
18-
from antsibull.cli import antsibull_docs
18+
from antsibull_docs.cli import antsibull_docs
1919

2020
sys.path.insert(0, os.path.abspath("../"))
2121

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ansible
2-
antsibull
3-
sphinx==3.4.2
2+
antsibull==0.48.0
3+
sphinx==3.4.2

0 commit comments

Comments
 (0)