Skip to content

Commit

Permalink
Fix missing generation of (static) python API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tribal-tec committed Aug 8, 2018
1 parent 14d305f commit 55000c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@

from version import VERSION

from os import path
sys.path.insert(0, path.dirname(path.dirname(path.abspath('../python'))))

# -- Project information -----------------------------------------------------

project = u'Brayns'
Expand Down

0 comments on commit 55000c4

Please sign in to comment.