Skip to content

Commit

Permalink
Correct PEP8 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
himaghna committed Feb 4, 2022
1 parent 1632fbc commit dddf201
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,21 @@
import os
import codecs
import sys
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('..'))


# -- Project information -----------------------------------------------------
import AIMSim


import AIMSim
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('..'))


# -- Project information -----------------------------------------------------
project = 'AIMSim'
copyright = '2022, Jackson Burns, Himaghna Bhattacharjee'
author = 'Jackson Burns, Himaghna Bhattacharjee'
# The full version, including alpha/beta/rc tags


def read(rel_path):
"""
"""
Expand Down Expand Up @@ -55,7 +56,7 @@ def skip(app, what, name, obj, would_skip, options):
def setup(app):
app.connect("autodoc-skip-member", skip)


release = get_version("../AIMSim/__init__.py")


Expand Down

0 comments on commit dddf201

Please sign in to comment.