Skip to content

Commit 803ac50

Browse files
committed
trying further to fix readthedocs.org builds
1 parent 304977b commit 803ac50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
# General information about the project.
5353
project = 'Udapi'
54-
copyright = '2017, Martin Popel'
54+
copyright = '2023, Martin Popel'
5555
author = 'Martin Popel'
5656

5757
# The version info for the project you're documenting, acts as replacement for
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = '0'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '2'
64+
release = '3'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.
@@ -167,7 +167,7 @@ def run_apidoc(_):
167167
module = os.path.abspath(os.path.join(cur_dir, "..", "udapi"))
168168
print(module)
169169

170-
from sphinx.apidoc import main
170+
from sphinx.ext.apidoc import main
171171
main(['--separate', '-o', cur_dir, module, '--force'])
172172

173173
def setup(app):

0 commit comments

Comments
 (0)