Fix docs build

pull/557/head
staticdev 2 years ago
parent a3815baf48
commit 2d5fbaea8b

@ -7,7 +7,7 @@ from unittest.mock import MagicMock
sys.path.insert(0, os.path.abspath('..')) sys.path.insert(0, os.path.abspath('..'))
from yamllint import __copyright__, APP_NAME, APP_VERSION # noqa from yamllint import __copyright__, APP_NAME, __version__ # noqa
# -- General configuration ------------------------------------------------ # -- General configuration ------------------------------------------------
@ -22,8 +22,8 @@ master_doc = 'index'
project = APP_NAME project = APP_NAME
copyright = __copyright__.lstrip('Copyright ') copyright = __copyright__.lstrip('Copyright ')
version = APP_VERSION version = __version__
release = APP_VERSION release = __version__
pygments_style = 'sphinx' pygments_style = 'sphinx'

Loading…
Cancel
Save