Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
delete changes to conf.py
  • Loading branch information
martinvonk committed Jan 10, 2023
1 parent f883b9e commit 55f24b8
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,25 @@

import os
import sys
import re
import requests
from datetime import date
from matplotlib import use
from pastas.version import __version__

from dataclasses import dataclass, field
# sphinx
from sphinxcontrib.bibtex.style.referencing.author_year import AuthorYearReferenceStyle
from sphinxcontrib.bibtex.style.referencing import BracketStyle
import sphinxcontrib.bibtex.plugin
import requests
import re

year = date.today().strftime("%Y")

from matplotlib import use

use('agg')

from pastas.version import __version__

from dataclasses import dataclass, field
import sphinxcontrib.bibtex.plugin

from sphinxcontrib.bibtex.style.referencing import BracketStyle
from sphinxcontrib.bibtex.style.referencing.author_year \
import AuthorYearReferenceStyle

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down

0 comments on commit 55f24b8

Please sign in to comment.