Skip to content

Commit

Permalink
Minor improvememnt to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Phlya committed May 20, 2018
1 parent 77c3f2a commit 7d85573
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
import sys
import os
import matplotlib
sys.path.insert(0, os.path.abspath('../..'))
matplotlib.use('Agg')
# -*- coding: utf-8 -*-
#
# Configuration file for the Sphinx documentation builder.
Expand Down Expand Up @@ -161,3 +166,4 @@


# -- Extension configuration -------------------------------------------------

1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ Indices and tables

Module documentation
====================

.. automodule:: adjustText
:members: adjust_text

0 comments on commit 7d85573

Please sign in to comment.