Skip to content

Commit

Permalink
fix(docs): Improve the index of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mackey committed Nov 1, 2020
1 parent 9aa796d commit 895ae3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
import datetime
now = datetime.datetime.now()
import sys
sys.path.insert(0, os.path.abspath('../'))

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

project = 'honeybee radiance folder'
copyright = '2019, Ladybug Tools'
copyright = '{}, Ladybug Tools'.format(str(now.year))
author = 'Ladybug Tools'

# The full version, including alpha/beta/rc tags
Expand Down
4 changes: 1 addition & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ Honeybee Radiance Folder is a Python library to read, write and validate the
Installation
============

`pip install -U honeybee-radiance-folder`
``pip install -U honeybee-radiance-folder``

Documentation
=============

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit 895ae3c

Please sign in to comment.