Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmark committed Dec 6, 2021
1 parent 70b1569 commit 5cd7a2b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,13 @@

# #==================================================
# # my test for bibtex files:
# import os
# cpth = os.path.dirname(os.path.realpath(__file__))
# fpth = os.path.join(cpth,'refs','niftypet_docs.bib')
# if os.path.isfile(fpth):
# print('>>>>> FOUND THE FILE:', fpth)
# else:
# print('>>>>> COUND NOT FIND:', fpth)
import os
cpth = os.path.dirname(os.path.realpath(__file__))
fpth = os.path.join(cpth,'refs','niftypet_docs.bib')
if os.path.isfile(fpth):
print('>>>>> FOUND THE FILE:', fpth)
else:
print('>>>>> COULD NOT FIND:', fpth)
# #==================================================

# -- Options for HTMLHelp output ------------------------------------------
Expand Down

0 comments on commit 5cd7a2b

Please sign in to comment.