Skip to content

Commit

Permalink
Update sphinx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
astro30 committed Apr 2, 2020
1 parent 4c0894f commit 3c0d165
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
14 changes: 7 additions & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
# 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('.'))
import os
import sys
sys.path.insert(0, os.path.abspath('../..'))


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

project = 'ValInvest'
project = 'Valinvest'
copyright = '2020, Guillaume Rey'
author = 'Guillaume Rey'

Expand All @@ -30,8 +30,8 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
]
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.napoleon'
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand All @@ -52,4 +52,4 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ['_static']
9 changes: 2 additions & 7 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
.. ValInvest documentation master file, created by
sphinx-quickstart on Fri Feb 7 20:00:18 2020.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to ValInvest's documentation!
=====================================
.. automodule:: valinvest.fundamentals
:members:

.. toctree::
:maxdepth: 2
:caption: Contents:



Indices and tables
==================

Expand Down

0 comments on commit 3c0d165

Please sign in to comment.