Skip to content

Commit f236624

Browse files
committed
still build the documentation
1 parent 90ce9f0 commit f236624

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_documentation_build.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""Tests for documentation build."""
22

3+
import os
34
import sys
45

56
import pytest
@@ -25,6 +26,9 @@ def test_docs_general_functions_present():
2526
This is an awesome thing that we could use help with in the future.
2627
"""
2728

29+
# Build docs using mkdocs
30+
os.system("mkdocs build --clean")
31+
2832
# We want to check that the following keywords are all present.
2933
# I put in a subsample of general functions.
3034
# This can be made much more robust.

0 commit comments

Comments
 (0)