Skip to content

Commit

Permalink
Bugfix for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iosonofabio committed Sep 1, 2019
1 parent 34c6e7a commit 1abdbe8
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# singlet documentation build configuration file, created by
# sphinx-quickstart on Tue Aug 8 11:15:11 2017.
#
# This file is execfile()d with the current directory set to its
# containing dir.
#
# Note that not all possible configuration values are present in this
# autogenerated file.
project_name = 'northstar'

#
# All configuration values have a default; values that are commented out
# serve to show the default.
Expand All @@ -23,7 +17,6 @@
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
project_name = os.path.basename(os.path.abspath('..'))


# -- General configuration ------------------------------------------------
Expand Down

0 comments on commit 1abdbe8

Please sign in to comment.