File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1313# All configuration values have a default; values that are commented out
1414# serve to show the default.
1515
16+ import shutil
1617import sys
1718import time
1819from importlib .metadata import version
1920from pathlib import Path
20- import shutil
2121
2222# Attempt to import the version dynamically from GitHub tag.
2323try :
3737
3838# Include notebooks at build time.
3939root_dir = Path (__file__ ).resolve ().parents [1 ]
40- external_nb_dir = root_dir / ' examples'
40+ external_nb_dir = root_dir / " examples"
4141for f in external_nb_dir .glob ("*.ipynb" ):
42- dest = Path (__file__ ).parent / ' examples' / f .name
42+ dest = Path (__file__ ).parent / " examples" / f .name
4343 if dest .exists ():
4444 dest .unlink ()
4545 shutil .copy (f , dest )
164164 {
165165 "name" : "GitHub" ,
166166 "url" : "https://github.com/diffpy/pyobjcryst" ,
167- "icon" : "fab-brands fa-github" ,
167+ "icon" : "fab fa-github" ,
168168 },
169169 ],
170170 # "primary_sidebar_end": ["indices.html", "sidebar-ethical-ads.html"]
Original file line number Diff line number Diff line change 55doctr
66m2r
77ipykernel
8+ lxml-html-clean
You can’t perform that action at this time.
0 commit comments