remove theme import

This commit is contained in:
crocsg 2023-10-08 18:07:09 +02:00
parent 67672b7df8
commit bc6fe8fcf8

View File

@ -5,7 +5,7 @@ from __future__ import division, print_function, unicode_literals
import os
import sys
import sphinx_rtd_theme
#import sphinx_rtd_theme
from recommonmark.parser import CommonMarkParser
sys.path.insert(0, os.path.abspath('..'))