Skip to content

Commit

Permalink
Merge pull request #212 from mavlink/pr-fix-docs
Browse files Browse the repository at this point in the history
sphinx: fix path to create docs
  • Loading branch information
julianoes authored Jun 6, 2020
2 parents d91d4f7 + 8a573b1 commit efb9545
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mavsdk/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
# list see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

import os
import subprocess
import sys

# -- Path setup --------------------------------------------------------------

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../..'))

# -- Project information -----------------------------------------------------
import subprocess

project = 'MAVSDK-Python'
copyright = '2020, Jonas Vautherin, Julian Oes'
Expand Down

0 comments on commit efb9545

Please sign in to comment.