File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 2323author = u'The Bitmessage Team'
2424
2525# The short X.Y version
26- version = unicode ( version .softwareVersion )
26+ version = version .softwareVersion
2727
2828# The full version, including alpha/beta/rc tags
2929release = version
4646 'sphinx.ext.napoleon' ,
4747 'sphinx.ext.todo' ,
4848 'sphinxcontrib.apidoc' ,
49- 'm2r ' ,
49+ 'm2r2 ' ,
5050]
5151
5252default_role = 'obj'
199199# -- Extension configuration -------------------------------------------------
200200
201201autodoc_mock_imports = [
202- 'debug' ,
203202 'pybitmessage.bitmessagekivy' ,
204203 'pybitmessage.bitmessageqt.foldertree' ,
204+ 'pybitmessage.bitmessageqt.tests' ,
205+ 'pybitmessage.debug' ,
206+ 'pybitmessage.fallback.umsgpack' ,
205207 'pybitmessage.helper_startup' ,
206208 'pybitmessage.mock' ,
207209 'pybitmessage.network.httpd' ,
208210 'pybitmessage.network.https' ,
211+ 'pybitmessage.pyelliptic.tests' ,
209212 'ctypes' ,
210213 'dialog' ,
211214 'gi' ,
@@ -268,7 +271,7 @@ def linkcode_resolve(domain, info):
268271# -- Options for intersphinx extension ---------------------------------------
269272
270273# Example configuration for intersphinx: refer to the Python standard library.
271- intersphinx_mapping = {'https://docs.python.org/2.7 /' : None }
274+ intersphinx_mapping = {'https://docs.python.org/3 /' : None }
272275
273276# -- Options for todo extension ----------------------------------------------
274277
You can’t perform that action at this time.
0 commit comments