Skip to content

Commit 609465b

Browse files
committed
reversed changes to test_documentation_build.py
1 parent 30cc453 commit 609465b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_documentation_build.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""Tests for documentation build."""
22

3+
import os
4+
35
import pytest
46

57

@@ -17,6 +19,8 @@ def test_docs_general_functions_present():
1719
all of the functions are present in the docs.
1820
This is an awesome thing that we could use help with in the future.
1921
"""
22+
# Build docs using mkdocs
23+
os.system("mkdocs build --clean")
2024

2125
# We want to check that the following keywords are all present.
2226
# I put in a subsample of general functions.

0 commit comments

Comments
 (0)