Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 20, 2021
1 parent 5d51c73 commit 275b9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from importlib.util import module_from_spec, spec_from_file_location

import pt_lightning_sphinx_theme
from sphinx.ext import apidoc

_PATH_HERE = os.path.abspath(os.path.dirname(__file__))
_PATH_ROOT = os.path.join(_PATH_HERE, '..', '..')
Expand Down Expand Up @@ -329,6 +328,7 @@ def package_list_from_file(file):

autodoc_mock_imports = MOCK_PACKAGES


# Resolve function
# This function is used to populate the (source) links in the API
def linkcode_resolve(domain, info):
Expand Down

0 comments on commit 275b9b6

Please sign in to comment.