FIX: documentation

This commit is contained in:
dpizetta
2020-01-20 16:03:14 -03:00
parent 2dc4ab52a7
commit 6fcd8c7b0e
3 changed files with 6 additions and 3 deletions
+2
View File
@@ -1,5 +1,7 @@
Changelog
=========
- 2.8.1:
- Fix documentation
- 2.8:
- Fix tooltip giant rectangle #174
- Fix QTextEdit wihout borders inside frame #188
+3 -2
View File
@@ -17,12 +17,13 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
import qdarkstyle
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
import qdarkstyle
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
@@ -57,7 +58,7 @@ master_doc = 'index'
# General information about the project.
project = 'QDarkStyle'
copyright = '2019, Colin Duquesnoy'
copyright = '2020, Colin Duquesnoy'
author = 'Colin Duquesnoy'
# The version info for the project you're documenting, acts as replacement for
+1 -1
View File
@@ -56,7 +56,7 @@ import warnings
# Local imports
from qdarkstyle.palette import DarkPalette
__version__ = "2.8"
__version__ = "2.8.1"
_logger = logging.getLogger(__name__)