File tree Expand file tree Collapse file tree 4 files changed +1249
-962
lines changed Expand file tree Collapse file tree 4 files changed +1249
-962
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
strategy :
9
9
matrix :
10
- python-version : ["3.9", "3.10 "]
10
+ python-version : ["3.9", "3.12 "]
11
11
12
12
steps :
13
13
- uses : actions/checkout@v3
25
25
virtualenvs-in-project : true
26
26
installer-parallel : true
27
27
28
- - run : poetry config installer.modern-installation false
28
+ # - run: poetry config installer.modern-installation false
29
29
30
30
- name : Load cached venv if possible
31
31
id : cached-poetry-dependencies
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ def process_chapter_soup(
215
215
216
216
# perform initial swapping and namespace designation
217
217
chapter , bib = get_main_section (base_soup )
218
- if bib and not chapter : # bibs can be their own chapters
218
+ if bib and not chapter or bib == chapter : # bibs can be their own chapters
219
219
chapter = bib
220
220
bib = None
221
221
You can’t perform that action at this time.
0 commit comments