\ No newline at end of file
diff --git a/doc/gotham_restful/attr.create.html b/doc/gotham_restful/attr.create.html
index 7b3612dbcf..973d688f9d 100644
--- a/doc/gotham_restful/attr.create.html
+++ b/doc/gotham_restful/attr.create.html
@@ -1,4 +1,4 @@
create in gotham_restful - Rust
+data-use_system_theme="false">
\ No newline at end of file
diff --git a/doc/gotham_restful/attr.delete.html b/doc/gotham_restful/attr.delete.html
index 9c910f6de0..11cd2e4d49 100644
--- a/doc/gotham_restful/attr.delete.html
+++ b/doc/gotham_restful/attr.delete.html
@@ -1,4 +1,4 @@
delete in gotham_restful - Rust
+data-use_system_theme="false">
\ No newline at end of file
diff --git a/doc/gotham_restful/attr.delete_all.html b/doc/gotham_restful/attr.delete_all.html
index eb35edb3f5..2ee84404d8 100644
--- a/doc/gotham_restful/attr.delete_all.html
+++ b/doc/gotham_restful/attr.delete_all.html
@@ -1,4 +1,4 @@
delete_all in gotham_restful - Rust
+data-use_system_theme="false">
\ No newline at end of file
diff --git a/doc/gotham_restful/attr.endpoint.html b/doc/gotham_restful/attr.endpoint.html
index bb31a80e3d..4761357495 100644
--- a/doc/gotham_restful/attr.endpoint.html
+++ b/doc/gotham_restful/attr.endpoint.html
@@ -1,4 +1,4 @@
endpoint in gotham_restful - Rust
+data-use_system_theme="false">
\ No newline at end of file
diff --git a/doc/gotham_restful/attr.read.html b/doc/gotham_restful/attr.read.html
index 8178d39b3e..57e7e58f19 100644
--- a/doc/gotham_restful/attr.read.html
+++ b/doc/gotham_restful/attr.read.html
@@ -1,4 +1,4 @@
read in gotham_restful - Rust
+data-use_system_theme="false">
\ No newline at end of file
diff --git a/doc/gotham_restful/attr.read_all.html b/doc/gotham_restful/attr.read_all.html
index cee3309e85..8f5a945298 100644
--- a/doc/gotham_restful/attr.read_all.html
+++ b/doc/gotham_restful/attr.read_all.html
@@ -1,4 +1,4 @@
read_all in gotham_restful - Rust
+data-use_system_theme="false">
\ No newline at end of file
diff --git a/doc/gotham_restful/attr.search.html b/doc/gotham_restful/attr.search.html
index 42404e2856..80d999af3b 100644
--- a/doc/gotham_restful/attr.search.html
+++ b/doc/gotham_restful/attr.search.html
@@ -1,4 +1,4 @@
search in gotham_restful - Rust
+data-use_system_theme="false">
\ No newline at end of file
diff --git a/doc/gotham_restful/attr.update.html b/doc/gotham_restful/attr.update.html
index 7754d2a365..560d9adb9e 100644
--- a/doc/gotham_restful/attr.update.html
+++ b/doc/gotham_restful/attr.update.html
@@ -1,4 +1,4 @@
update in gotham_restful - Rust
+data-use_system_theme="false">
\ No newline at end of file
diff --git a/doc/gotham_restful/attr.update_all.html b/doc/gotham_restful/attr.update_all.html
index 77e935b9ab..424ff69c7e 100644
--- a/doc/gotham_restful/attr.update_all.html
+++ b/doc/gotham_restful/attr.update_all.html
@@ -1,4 +1,4 @@
update_all in gotham_restful - Rust
+data-use_system_theme="false">
\ No newline at end of file
diff --git a/doc/gotham_restful/cors/enum.Headers.html b/doc/gotham_restful/cors/enum.Headers.html
index 8527c68bca..7ff7c588c7 100644
--- a/doc/gotham_restful/cors/enum.Headers.html
+++ b/doc/gotham_restful/cors/enum.Headers.html
@@ -1,6 +1,6 @@
Headers in gotham_restful::cors - Rust
+data-use_system_theme="false">
Handle CORS for a non-preflight request. This means manipulating the res HTTP headers so that
the response is aligned with the state’s CorsConfig.
If you are using the Resource type (which is the recommended way), you’ll never
diff --git a/doc/gotham_restful/cors/index.html b/doc/gotham_restful/cors/index.html
index 176ff913b0..49f29903f2 100644
--- a/doc/gotham_restful/cors/index.html
+++ b/doc/gotham_restful/cors/index.html
@@ -1,6 +1,6 @@
This is the configuration that the CORS handler will follow. Its default configuration is basically
not to touch any responses, resulting in the browser’s default behaviour.
Specify the allowed origins of the request. It is up to the browser to check the validity of the
diff --git a/doc/gotham_restful/cors/struct.CorsConfig.html b/doc/gotham_restful/cors/struct.CorsConfig.html
index 38694cd88b..3ca6074359 100644
--- a/doc/gotham_restful/cors/struct.CorsConfig.html
+++ b/doc/gotham_restful/cors/struct.CorsConfig.html
@@ -1,6 +1,6 @@
CorsConfig in gotham_restful::cors - Rust
+data-use_system_theme="false">
\ No newline at end of file
diff --git a/doc/gotham_restful/derive.RequestBody.html b/doc/gotham_restful/derive.RequestBody.html
index 70123fa13d..4e22c50efe 100644
--- a/doc/gotham_restful/derive.RequestBody.html
+++ b/doc/gotham_restful/derive.RequestBody.html
@@ -1,6 +1,6 @@
RequestBody in gotham_restful - Rust
+data-use_system_theme="false">
pub enum AuthErrorOrOther<E> {
Forbidden(AuthError),
Other(E),
@@ -8,8 +8,8 @@
from an authentication error, or delegates to another error type. This type is
best used with AuthResult.