Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mahtin/es100-wwvb
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Mar 24, 2023
2 parents b975969 + df329c3 commit 1fc1734
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build
STATICDIR = _static

# Put it first so that "make" without argument is like "make help".
help:
Expand All @@ -22,4 +23,5 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
mkdir -p ${BUILDDIR} ${STATICDIR}
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
sphinx>=4.0.0
myst_parser>=1.0.0
sphinx_rtd_theme>=1.2.0
1 change: 1 addition & 0 deletions wwvb/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
def readconfig(filename='wwvb.ini'):
""" readconfig()
:param filename: config file name
Read config file (which is wwvb.ini by default.
"""
cp = configparser.ConfigParser()
Expand Down

0 comments on commit 1fc1734

Please sign in to comment.