Skip to content

Commit 79a436b

Browse files
committed
Fixes docs
1 parent fcac543 commit 79a436b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Monads for `python` made simple and safe.
1818

1919
We have several the most iconic monads inside:
2020

21-
- [`Result`, `Failure`, and `Success`](https://dry-monads.readthedocs.io/en/latest/pages/either.html) (also known as `Either`, `Left`, and `Right`)
21+
- [Result, Failure, and Success](https://dry-monads.readthedocs.io/en/latest/pages/either.html) (also known as `Either`, `Left`, and `Right`)
2222
- `Maybe`, `Some`, and `Nothing` (currently WIP)
2323
- `Just` (currently WIP)
2424

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def _get_project_meta():
139139
'logo.html',
140140
'globaltoc.html',
141141
'github.html',
142-
'searchbox.html',
143142
'moreinfo.html',
144143
]
145144
}

0 commit comments

Comments
 (0)