mirror of
https://github.com/ColinDuquesnoy/QDarkStyleSheet.git
synced 2026-08-29 08:34:30 +08:00
FIX: documentation
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
@@ -56,7 +56,7 @@ import warnings
|
||||
# Local imports
|
||||
from qdarkstyle.palette import DarkPalette
|
||||
|
||||
__version__ = "2.8"
|
||||
__version__ = "2.8.1"
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user