Skip to content

Commit

Permalink
Fix error when building the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Feb 21, 2021
1 parent 71c36e0 commit 161a6f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
# sys.path.insert(0, '/home/carlos/git/dcor/dcor')

import sys

import pkg_resources

try:
release = pkg_resources.get_distribution('dcor').version
except pkg_resources.DistributionNotFound:
Expand Down Expand Up @@ -217,3 +219,5 @@ def setup(app):

# A list of files that should not be packed into the epub file.
epub_exclude_files = ['search.html']

bibtex_bibfiles = ['refs.bib']

0 comments on commit 161a6f5

Please sign in to comment.