From e8ae20d705e5d4bcededdb6b366933c4abf5c17c Mon Sep 17 00:00:00 2001 From: Grady Martin Date: Sat, 3 Dec 2022 04:50:10 -0600 Subject: [PATCH 1/2] setup config for pip wheel --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..2a9acf13 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal = 1 From 57c213a2a40b482d368bfb8077110fad2fdd167d Mon Sep 17 00:00:00 2001 From: Grady Martin Date: Thu, 19 Jan 2023 01:14:24 -0600 Subject: [PATCH 2/2] doc building suffix bug The default file extension was incorrectly overwritten for some reason. --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 78437dbc..25112465 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,6 @@ # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # source_suffix = ['.rst', '.md'] -source_suffix = '.md' # The encoding of source files. #source_encoding = 'utf-8-sig'