From 01491656fc08948b28ff37ff731cc200593ed7c7 Mon Sep 17 00:00:00 2001 From: epsi1on Date: Thu, 16 Nov 2023 22:09:40 +0330 Subject: [PATCH] Update conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 0e77372..e829997 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,7 @@ source_suffix = {'.rst': 'restructuredtext'} root_doc = 'index' master_doc = 'index' -html_theme = 'sphinx_rtd_theme' +#html_theme = 'sphinx_rtd_theme' #extensions = ['rst2pdf.pdfbuilder'] #df_documents = [('index', u'rst2pdf', u'BriefFiniteElement documentation', u'epsi1on'),]