Skip to content

Commit 4641ce9

Browse files
committed
Screenshot added
1 parent b07eb1c commit 4641ce9

File tree

5 files changed

+4
-460
lines changed

5 files changed

+4
-460
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Some highlight features:
2222
- Interactive terminal based UI
2323
- Parallel and fast execution
2424

25+
.. image:: browse_screenshot.png
26+
2527

2628
If you want to mutate code outside of functions, you can try using mutmut 2,
2729
which has a different execution model than mutmut 3+.

browse_screenshot.png

282 KB
Loading

docs/browse_screenshot.png

282 KB
Loading

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
#
6060
# This is also used if you do content translation via gettext catalogs.
6161
# Usually you set "language" from the command line for these cases.
62-
language = None
62+
language = 'en'
6363

6464
# List of patterns, relative to source directory, that match files and
6565
# directories to ignore when looking for source files.
@@ -86,7 +86,7 @@
8686
# Add any paths that contain custom static files (such as style sheets) here,
8787
# relative to this directory. They are copied after the builtin static files,
8888
# so a file named "default.css" will overwrite the builtin "default.css".
89-
html_static_path = ['_static']
89+
# html_static_path = ['_static']
9090

9191
# Custom sidebar templates, must be a dictionary that maps document names
9292
# to template names.

0 commit comments

Comments
 (0)