Adding Code of Conduct (format fixed)

Exclude CoC from Sphinx

Change-Id: I4edf2b1907a3484ea89ee93e0e89beda135b2804
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
new file mode 100644
index 0000000..00de249
--- /dev/null
+++ b/CODE_OF_CONDUCT.md
@@ -0,0 +1,7 @@
+We expect all ONF employees, member companies, and participants to abide by our
+[Code of
+Conduct](https://www.opennetworking.org/wp-content/themes/onf/img/onf-code-of-conduct.pdf).
+
+If you are being harassed, notice that someone else is being harassed, or have
+any other concerns involving someone’s welfare, please notify a member of the
+ONF team or email [conduct@opennetworking.org](conduct@opennetworking.org).
diff --git a/conf.py b/conf.py
index 9ea3196..ce7ea51 100644
--- a/conf.py
+++ b/conf.py
@@ -108,6 +108,8 @@
         'repos',
         'requirements.txt',
         'bbsim/README.md',
+        'CODE_OF_CONDUCT.md',
+        '*/CODE_OF_CONDUCT.md',
 ]
 
 # The name of the Pygments (syntax highlighting) style to use.